mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
Rename App.coffee to Atom.coffee. This also required moving src/atom,spec/atom to src/app,spec/app
This commit is contained in:
@@ -2,7 +2,7 @@ paths = [
|
||||
"#{atom.loadPath}/spec"
|
||||
"#{atom.loadPath}/benchmark"
|
||||
"#{atom.loadPath}/src/stdlib"
|
||||
"#{atom.loadPath}/src/atom"
|
||||
"#{atom.loadPath}/src/app"
|
||||
"#{atom.loadPath}/src"
|
||||
"#{atom.loadPath}/vendor"
|
||||
"#{atom.loadPath}/static"
|
||||
@@ -110,7 +110,8 @@ __read = (path) ->
|
||||
try
|
||||
$native.read(path)
|
||||
catch e
|
||||
throw "require: can't read #{path}"
|
||||
console.error "Failed to read `#{path}`"
|
||||
throw e
|
||||
|
||||
__modules = { loaded : {} }
|
||||
__defines = []
|
||||
@@ -127,4 +128,4 @@ this.require.nameToUrl = (path) -> "#{path}.js"
|
||||
this.require.__modules = __modules
|
||||
|
||||
# issue #17
|
||||
this.require.noWorker = true
|
||||
this.require.noWorker = true
|
||||
Reference in New Issue
Block a user