@sentio/runtime 3.4.3-rc.2 → 3.4.3-rc.3
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
package/src/processor-runner.ts
CHANGED
|
@@ -299,8 +299,7 @@ if (options.worker > 1 && !isChildProcess) {
|
|
|
299
299
|
childProcesses.delete(childPort)
|
|
300
300
|
console.log(`Child process on port ${childPort} exited with code ${code}, signal ${signal ?? 'none'}`)
|
|
301
301
|
|
|
302
|
-
|
|
303
|
-
if (isParentShuttingDown || isNormalShutdown) {
|
|
302
|
+
if (isParentShuttingDown) {
|
|
304
303
|
return
|
|
305
304
|
}
|
|
306
305
|
|