Skip to content

Commit

Permalink
"fix" the JLine fork issue
Browse files Browse the repository at this point in the history
  • Loading branch information
perimosocordiae committed Apr 10, 2013
1 parent c75fe19 commit ab79a98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jvm.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ root.system_properties = {
'os.name':'doppio', 'os.arch': 'js', 'os.version': '0',
'java.awt.headless': (not node?).toString(), # true if we're using the console frontend
'java.awt.graphicsenv': 'classes.awt.CanvasGraphicsEnvironment',
'useJavaUtilZip': 'true' # hack for sun6javac, avoid ZipFileIndex shenanigans
'useJavaUtilZip': 'true', # hack for sun6javac, avoid ZipFileIndex shenanigans
'jline.terminal': 'jline.UnsupportedTerminal' # we can't shell out to `stty`
}

root.read_classfile = (cls, cb, failure_cb) ->
Expand Down

0 comments on commit ab79a98

Please sign in to comment.