Compare commits
1 Commits
b05961e5a4
...
3f91cbc8b0
| Author | SHA1 | Date | |
|---|---|---|---|
|
3f91cbc8b0
|
@@ -182,7 +182,7 @@ editor_emergency_kill(void)
|
||||
return;
|
||||
}
|
||||
log_warning("[Editor] aborting editor pid %d", editor_pid);
|
||||
kill(editor_pid, SIGCONT); // wake if STOPPED; no-op otherwise
|
||||
kill(editor_pid, SIGCONT); // wake if STOPPED; no-op otherwise
|
||||
kill(editor_pid, SIGTERM);
|
||||
// _editor_exit_cb will restore the UI when the child reaps.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user