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'