Include an extra line `process.mixin require 'sys'` on the top to let the .js output run using node (v0.1.31)

This commit is contained in:
Will 2010-03-09 01:03:43 +11:00
parent 5528bc7b2d
commit 62a871773b
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# Contributed by Jason Huggins
process.mixin require 'sys'
http: require 'http'
server: http.createServer (req, res) ->