Skip to content

Commit

Permalink
once
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Jun 21, 2023
1 parent 6c1daa0 commit dde069e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/cmd/main.ts
Expand Up @@ -22,7 +22,7 @@ async function main() {
process.once('SIGINT', () => {
abortController.abort();
});
process.on('SIGTERM', () => {
process.once('SIGTERM', () => {
abortController.abort();
});
const asset = new Asset();
Expand Down

0 comments on commit dde069e

Please sign in to comment.