start modular infrastructure
This commit is contained in:
@ -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
0
ts/npmci.mods.ts
Normal 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')
|
||||
|
Reference in New Issue
Block a user