mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
commit
726c36f276
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) {
|
if (args === undefined) {
|
||||||
throw makeRuntimeErrorMsg("print", "Takes 1 argument.");
|
throw makeRuntimeErrorMsg("print", "Takes 1 argument.");
|
||||||
}
|
}
|
||||||
workerScript.print("print", args.toString());
|
workerScript.print(args.toString());
|
||||||
},
|
},
|
||||||
tprint: function(args) {
|
tprint: function(args) {
|
||||||
if (args === undefined || args == null) {
|
if (args === undefined || args == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user