mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
Update check.ts
This commit is contained in:
parent
b8b3897e64
commit
bc7f94ddda
@ -19,7 +19,7 @@ export function check(
|
|||||||
// Can only tail script files
|
// Can only tail script files
|
||||||
if (!isScriptFilename(scriptName)) {
|
if (!isScriptFilename(scriptName)) {
|
||||||
terminal.error(
|
terminal.error(
|
||||||
`'check' can only be called on .script files (filename must end with ${validScriptExtensions.join(", ")})`,
|
`'check' can only be called on scripts files (filename must end with ${validScriptExtensions.join(", ")})`,
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user