add .atomProject files

This commit is contained in:
Philip Weiss
2018-02-18 15:03:00 -08:00
parent 669b22ce1e
commit bf6a4e3db4
13 changed files with 305 additions and 21 deletions

View File

@@ -93,7 +93,6 @@ class AtomApplication extends EventEmitter {
this.quitting = false
this.getAllWindows = this.getAllWindows.bind(this)
this.getLastFocusedWindow = this.getLastFocusedWindow.bind(this)
this.resourcePath = options.resourcePath
this.devResourcePath = options.devResourcePath
this.version = options.version
@@ -101,6 +100,7 @@ class AtomApplication extends EventEmitter {
this.safeMode = options.safeMode
this.socketPath = options.socketPath
this.logFile = options.logFile
this.projectSettings = options.projectSettings
this.userDataDir = options.userDataDir
this._killProcess = options.killProcess || process.kill.bind(process)
if (options.test || options.benchmark || options.benchmarkTest) this.socketPath = null