mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
@@ -864,7 +864,7 @@ function NetscriptFunctions(workerScript) {
|
||||
if (args === undefined) {
|
||||
throw makeRuntimeErrorMsg("print", "Takes 1 argument.");
|
||||
}
|
||||
workerScript.print("print", args.toString());
|
||||
workerScript.print(args.toString());
|
||||
},
|
||||
tprint: function(args) {
|
||||
if (args === undefined || args == null) {
|
||||
|
||||
Reference in New Issue
Block a user