fix(core): update

This commit is contained in:
2019-05-09 10:06:59 +02:00
parent 6fec1a00ea
commit 565c002127
5 changed files with 691 additions and 562 deletions

View File

@ -10,7 +10,7 @@
* Your Open Source team at Lossless GmbH :)
*/
import * as smartanalytics from '@pushrocks/smartanalytics';
let npmdockerAnalytics = new smartanalytics.Analytics({
const npmdockerAnalytics = new smartanalytics.Analytics({
apiEndPoint: 'https://pubapi.lossless.one',
appName: 'npmdocker',
projectId: 'gitzone'

View File

@ -9,7 +9,6 @@ let npmdockerCli = new plugins.smartcli.Smartcli();
export let run = () => {
npmdockerCli.standardTask().subscribe(async argvArg => {
plugins.beautylog.figletSync('npmdocker');
let configArg = await ConfigModule.run().then(DockerModule.run);
if (configArg.exitCode === 0) {
plugins.beautylog.success('container ended all right!');

0
ts/npmdocker.logging.ts Normal file
View File