mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Resolve bootstrap script to make it absolute
This commit is contained in:
@@ -224,7 +224,7 @@ class AtomApplication
|
||||
openedWindow = existingWindow
|
||||
openedWindow.openPath(pathToOpen, initialLine)
|
||||
else
|
||||
bootstrapScript = 'window-bootstrap'
|
||||
bootstrapScript = require.resolve('./window-bootstrap')
|
||||
if devMode
|
||||
resourcePath = global.devResourcePath
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user