| 4095 | cwd:string = __dirname.replace(/(\/|\\)js$/, ""), |
| 4096 | increment = function node_apps_simulation_increment(irr:string):void { |
| 4097 | const interval = function node_apps_simulation_increment_interval():void { |
| 4098 | a = a + 1; |
| 4099 | if (a < len) { |
| 4100 | wrapper(); |
| 4101 | } else { |
| 4102 | console.log(""); |
| 4103 | callback(`${text.green}Successfully completed all ${text.cyan + len + text.green} simulation tests.${text.none}`); |
| 4104 | } |
| 4105 | }; |
| 4106 | if (irr !== "") { |
| 4107 | console.log(`${apps.humantime(false) + text.underline}Test ${a + 1} ignored (${text.angry + irr + text.none + text.underline}):${text.none} ${tests[a].command}`); |
| 4108 | } else { |