start modular infrastructure

This commit is contained in:
2017-05-16 21:09:59 +02:00
parent eb57697f96
commit 6edd51c6e6
10 changed files with 68 additions and 10 deletions

View File

@ -89,7 +89,6 @@ export let bash = async (commandArg: string, retryArg: number = 2): Promise<stri
}
} else {
plugins.beautylog.log('ShellExec would be: ' + commandArg)
await plugins.smartdelay.delayFor(100)
execResult = {
exitCode: 0,
stdout: 'testOutput'

0
ts/npmci.mods.ts Normal file
View File

View File

@ -11,6 +11,7 @@ export import smartcli = require('smartcli')
export import smartdelay = require('smartdelay')
export import smartfile = require('smartfile')
export import shelljs = require('shelljs')
export import smartmonitor = require('smartmonitor')
export import smartparam = require('smartparam')
export import smartq = require('smartq')
export import smartshell = require('smartshell')