--- a/src/main-process/atom-application.js +++ b/src/main-process/atom-application.js @@ -1350,7 +1350,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}`)