@nxtedition/lib 23.17.11 → 23.17.12
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/app.js +3 -1
- package/package.json +1 -1
package/app.js
CHANGED
|
@@ -203,7 +203,7 @@ export function makeApp(appConfig, onTerminate) {
|
|
|
203
203
|
|
|
204
204
|
terminated = true
|
|
205
205
|
|
|
206
|
-
logger.info({ reason }, '
|
|
206
|
+
logger.info({ reason }, 'app stopped')
|
|
207
207
|
|
|
208
208
|
ac.abort()
|
|
209
209
|
|
|
@@ -1232,6 +1232,8 @@ export function makeApp(appConfig, onTerminate) {
|
|
|
1232
1232
|
|
|
1233
1233
|
assert(!globalThis.__nxt_lib_app, 'app already exists')
|
|
1234
1234
|
|
|
1235
|
+
logger.info('app started')
|
|
1236
|
+
|
|
1235
1237
|
return (globalThis.__nxt_lib_app = {
|
|
1236
1238
|
ds,
|
|
1237
1239
|
nxt,
|