@nu-art/build-and-install 0.300.5 → 0.300.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -386,8 +386,10 @@ class PhaseRunner extends core_1.BaseUnit {
|
|
|
386
386
|
this.killed = true;
|
|
387
387
|
this.logInfo('Completed successfully');
|
|
388
388
|
ts_common_1.StaticLogger.logInfo('-----------', '---------------------------------- Process Completed successfully ----------------------------------');
|
|
389
|
+
if (params_1.RuntimeParams.closeOnExit)
|
|
390
|
+
process.exit(0);
|
|
389
391
|
}
|
|
390
|
-
|
|
392
|
+
catch (e) {
|
|
391
393
|
if (params_1.RuntimeParams.closeOnExit)
|
|
392
394
|
process.exit(1);
|
|
393
395
|
}
|