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