vona-core 5.1.34 → 5.1.35

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/dist/index.js CHANGED
@@ -3298,7 +3298,7 @@ async function _closeInner() {
3298
3298
  process.exit(err ? 1 : 0);
3299
3299
  }
3300
3300
  function handleProcessWork() {
3301
- ['SIGINT', 'SIGUSR2'].forEach(signal => {
3301
+ ['SIGINT', 'SIGTERM', 'SIGUSR2'].forEach(signal => {
3302
3302
  process.on(signal, async () => {
3303
3303
  if (__closing) return;
3304
3304
  __closing = true;