mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
add newlines to end of files
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Loader for CoffeeScript as a Node.js library.
|
||||
exports[key] = val for key, val of require './coffee-script'
|
||||
exports[key] = val for key, val of require './coffee-script'
|
||||
|
||||
@@ -49,4 +49,4 @@ if child_process
|
||||
args = []
|
||||
args = [path].concat args
|
||||
path = binary
|
||||
fork path, args, options
|
||||
fork path, args, options
|
||||
|
||||
Reference in New Issue
Block a user