fix eslint errors

This commit is contained in:
Ralf Vogler 2025-05-22 16:48:32 +02:00
parent 1dbbfaf3ad
commit 6d9a3ad140
7 changed files with 59 additions and 51 deletions

View file

@ -12,10 +12,10 @@ function onRawSIGINT(fn) {
}
});
}
console.log(1)
console.log(1);
onRawSIGINT(() => {
console.log('raw'); process.exit(1);
});
console.log(2)
console.log(2);
// onRawSIGINT workaround for enquirer keeps the process from exiting here...