Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 58 → Rev 59

/pluggablejs/trunk/src/net/outlyer/plugins/Shell.java
41,7 → 41,7
System.exit(1);
}
final PluginEnvironment pe = PluginEnvironment.create();
final PluginEnvironment pe = new PluginEnvironment();
pe.exportGlobalObject("input", new Input());
pe.exportGlobalObject("out", new Output());
pe.exportGlobalObject("err", new Output(System.err));