tickerowl-app-base
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -49,5 +49,7 @@ #!/usr/bin/env node | ||
(() => __awaiter(void 0, void 0, void 0, function* () { | ||
const cls = yield loadModule(args[0]); | ||
const path = require('path'); | ||
const currentWorkingDirectory = process.cwd(); | ||
const cls = yield loadModule(path.join(currentWorkingDirectory, args[0])); | ||
const app = new cls(); | ||
console.log(app.getInfo()); | ||
}))(); |
{ | ||
"name": "tickerowl-app-base", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
8358
180