Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 1a9aac3

Browse files
committed
Update main.js
1 parent 44ed032 commit 1a9aac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ app.on('ready', function() {
441441

442442
if(subpy) {
443443
if(platform == "mac" || platform == "linux") {
444-
subpy.kill('SIGHUP');
444+
subpy.kill('SIGINT');
445445
} else {
446446
require('child_process').spawn("taskkill", ["/pid", subpy.pid, '/f', '/t']);
447447
}

0 commit comments

Comments
 (0)