mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 01:42:13 +08:00
12 lines
388 B
Diff
12 lines
388 B
Diff
--- a/src/main-process/atom-application.js
|
|
+++ b/src/main-process/atom-application.js
|
|
@@ -1339,7 +1339,7 @@
|
|
}
|
|
|
|
restart () {
|
|
- const args = []
|
|
+ const args = ['/usr/lib/atom/atom']
|
|
if (this.safeMode) args.push('--safe')
|
|
if (this.logFile != null) args.push(`--log-file=${this.logFile}`)
|
|
if (this.socketPath != null) args.push(`--socket-path=${this.socketPath}`)
|