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