Skip to content

Commit fe35930

Browse files
forcibly shutdown mysqld with SIGKILL
1 parent 3d176c5 commit fe35930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Executor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Executor {
4242
return true
4343
}
4444

45-
return process.kill()
45+
return process.kill('SIGKILL')
4646
}
4747

4848
//Returns a path to the binary if it should be deleted

0 commit comments

Comments
 (0)