mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43: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
|
||||
if (!isScriptFilename(scriptName)) {
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user