raszi / node-tmp

Temporary file and directory creator for node.js
MIT License
736 stars 92 forks source link

Custom graceful shutdown is broken #208

Closed mikalai-ramashka closed 4 years ago

mikalai-ramashka commented 4 years ago

Operating System

NodeJS Version

Tmp Version

0.1

Expected Behavior

do not call process.exit(0);

Experienced Behavior

We have previously implemented graceful shutdown for our own goals (save data, close files, stop servers), but tmp just call process.exit(0) and stop correct exiting flow.

silkentrance commented 4 years ago

Duplicate of #193