Comparing version 1.3.4 to 1.3.5
@@ -6,5 +6,4 @@ #!/usr/bin/env node | ||
const voiceOver = new VoiceOver(); | ||
await voiceOver.launch(); | ||
function exit() { | ||
async function exit() { | ||
await voiceOver.stop(); | ||
@@ -14,2 +13,7 @@ process.exit(0); | ||
(async () => { | ||
await voiceOver.launch(); | ||
})(); | ||
process.stdin.resume(); | ||
@@ -16,0 +20,0 @@ process.on('SIGINT', () => { |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"main": "index.js", | ||
@@ -22,0 +22,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18686
375