mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
💄
This commit is contained in:
@@ -5,7 +5,7 @@ delegate = require 'atom_delegate'
|
||||
resourcePath = null
|
||||
atomApplication = null
|
||||
|
||||
setupNodePaths = ->
|
||||
setupNodePath= ->
|
||||
resourcePaths = [
|
||||
'src/stdlib',
|
||||
'src/app',
|
||||
@@ -31,7 +31,7 @@ parseCommandLine = ->
|
||||
|
||||
bootstrapApplication = ->
|
||||
parseCommandLine()
|
||||
setupNodePaths()
|
||||
setupNodePath()
|
||||
atomApplication = new AtomApplication
|
||||
atomApplication.createAtomWindow()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user