code cleanup, refresh rate (win)

This commit is contained in:
Sebastian Hildebrandt
2022-11-20 09:57:50 +01:00
parent 24cfe4690c
commit c5647a66fd
9 changed files with 10 additions and 14 deletions
-1
View File
@@ -68,7 +68,6 @@ function printTitle(title) {
}
process.stdin.on('keypress', (key, data) => {
// console.log(data);
if (data.name === 'q' && !data.shift) {
// shut down
process.exit();