mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use require('coffee-script').register()
This commit is contained in:
@@ -51,7 +51,7 @@ start = ->
|
||||
args.pathsToOpen = args.pathsToOpen.map (pathToOpen) ->
|
||||
path.resolve(args.executedFrom ? process.cwd(), pathToOpen)
|
||||
|
||||
require('coffee-script')
|
||||
require('coffee-script').register()
|
||||
if args.devMode
|
||||
require(path.join(args.resourcePath, 'src', 'coffee-cache')).register()
|
||||
AtomApplication = require path.join(args.resourcePath, 'src', 'browser', 'atom-application')
|
||||
|
||||
Reference in New Issue
Block a user