mirror of
https://github.com/atom/atom.git
synced 2026-02-15 09:05:58 -05:00
Remove unneeded coffee-script require
This is handled by the wrapper around task-shell to ensure coffee-script is required before the shell is.
This commit is contained in:
@@ -37,7 +37,6 @@ self.handler =
|
||||
for key, value of globals
|
||||
self[key] = value
|
||||
window[key] = value
|
||||
require 'coffee-script'
|
||||
self.handler = require(handlerPath)
|
||||
callTaskMethod 'started'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user