@nsshunt/stsappframework 2.19.161 → 2.19.162
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.
|
@@ -179,7 +179,7 @@ class SingleProcessBase extends processbase_1.ProcessBase {
|
|
|
179
179
|
LogEx(`Performing process.exit(0) - Immediate.`);
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
|
-
LogEx(`Service instance
|
|
182
|
+
LogEx(`Service instance stopped.`);
|
|
183
183
|
});
|
|
184
184
|
__classPrivateFieldSet(this, _SingleProcessBase_Terminate, Terminate, "f");
|
|
185
185
|
process.on('SIGINT', () => __awaiter(this, void 0, void 0, function* () {
|
package/package.json
CHANGED
package/src/singleprocessbase.ts
CHANGED
|
@@ -265,7 +265,7 @@ export class SingleProcessBase extends ProcessBase implements ISingleProcessBase
|
|
|
265
265
|
LogEx(`Performing process.exit(0) - Immediate.`);
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
|
-
LogEx(`Service instance
|
|
268
|
+
LogEx(`Service instance stopped.`);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
this.#Terminate = Terminate;
|