mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 02:51:25 -05:00
we don't need relative require's because the paths are set up correctly -- removing the unused runner.coffee script
This commit is contained in:
@@ -31,7 +31,7 @@ option_parser: null
|
||||
# The CommandLine handles all of the functionality of the `coffee` utility.
|
||||
exports.run: ->
|
||||
parse_options()
|
||||
return require './repl' if options.interactive
|
||||
return require 'repl' if options.interactive
|
||||
return puts coffee.compile sources[0] if options.eval
|
||||
usage() unless sources.length
|
||||
separator: sources.indexOf '--'
|
||||
|
||||
Reference in New Issue
Block a user