mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Update browser-process-startup.coffee
This commit is contained in:
@@ -8,7 +8,7 @@ _ = require 'underscore-plus'
|
||||
temp = require 'temp'
|
||||
|
||||
directoryToOpen = temp.mkdirSync('browser-process-startup-')
|
||||
socketPath = path.join(os.tmpdir(), 'atom.sock')
|
||||
socketPath = path.join(os.tmpdir(), "atom_#{process.env['USER']}.sock")
|
||||
numberOfRuns = 10
|
||||
|
||||
deleteSocketFile = ->
|
||||
|
||||
Reference in New Issue
Block a user