1
0
Fork 0
nodejs-typescript-webpack/src/index.ts

4 lines
64 B
TypeScript
Raw Normal View History

process.on("SIGINT", function () {
console.log(`SIGINT`);
});