mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-08 12:11:51 +09:00
fixing my stupid mistake
This commit is contained in:
@@ -18,7 +18,7 @@ class VMJSR223Delegate(val vm: VM) {
|
||||
vm.getPrintStream().write(s.toByteArray())
|
||||
}
|
||||
fun println(s: String) {
|
||||
//System.out.println("[Nashorn] $s")
|
||||
System.out.println("[Nashorn] $s")
|
||||
vm.getPrintStream().write((s + '\n').toByteArray())
|
||||
}
|
||||
fun println() = print('\n')
|
||||
|
||||
Reference in New Issue
Block a user