mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-18 10:53:43 +01: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