node+spvnode: typo fixes

This commit is contained in:
glais 2022-06-29 14:03:44 +10:00
parent 9a4674ea76
commit 88b8d9bd82
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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);