mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Rename “bootstrap” scripts
They’re just window initialization scripts, and this new naming makes that a lot clearer.
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
setupVmCompatibility()
|
||||
setupCsonCache(CompileCache.getCacheDirectory())
|
||||
|
||||
require(loadSettings.bootstrapScript)
|
||||
require(loadSettings.windowInitializationScript)
|
||||
require('ipc').sendChannel('window-command', 'window:loaded')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user