session observer session close fixed, kill process fixed and optimized, git submodule path updated
This commit is contained in:
@@ -71,6 +71,9 @@ const run_app = async (app_path, app_port) => {
|
||||
}
|
||||
|
||||
const kill_proc = (pid) => {
|
||||
if (!is_proc_running(pid)) {
|
||||
return
|
||||
}
|
||||
if (process.platform === 'win32') {
|
||||
spawn('taskkill', ['/pid', pid, '/f', '/t'])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user