Update 'scripting.js'
This commit is contained in:
parent
8545a535a1
commit
b1ec10ed78
@ -43,8 +43,7 @@ function print(...text) {
|
|||||||
process.stdout.write(text.join(" "));
|
process.stdout.write(text.join(" "));
|
||||||
}
|
}
|
||||||
function println(...text) {
|
function println(...text) {
|
||||||
print(text);
|
process.stdout.write(text.join(" ") + "\n");
|
||||||
process.stdout.write("\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const scriptPath = process.argv[2];
|
const scriptPath = process.argv[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user