node+spvnode: typo fixes
This commit is contained in:
parent
9a4674ea76
commit
88b8d9bd82
2 changed files with 2 additions and 2 deletions
2
bin/node
2
bin/node
|
|
@ -52,7 +52,7 @@ process.on('SIGINT', async () => {
|
|||
|
||||
node.on('abort', async (err) => {
|
||||
const timeout = setTimeout(() => {
|
||||
console.error('Shutdown is taking a long time. Exitting.');
|
||||
console.error('Shutdown is taking a long time. Exiting.');
|
||||
process.exit(3);
|
||||
}, 5000);
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ process.on('SIGINT', async () => {
|
|||
|
||||
node.on('abort', async (err) => {
|
||||
const timeout = setTimeout(() => {
|
||||
console.error('Shutdown is taking a long time. Exitting.');
|
||||
console.error('Shutdown is taking a long time. Exiting.');
|
||||
process.exit(3);
|
||||
}, 5000);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue