mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-17 02:22:23 +01:00
made the terminal error more clear based on issue 1920
This commit is contained in:
@ -20,7 +20,7 @@ export function runProgram(
|
|||||||
const programName = args[0] + "";
|
const programName = args[0] + "";
|
||||||
|
|
||||||
if (!player.hasProgram(programName)) {
|
if (!player.hasProgram(programName)) {
|
||||||
terminal.error("No such executable on home computer (Only programs that exist on your home computer can be run)");
|
terminal.error("No such (exe, script, js, or ns) file on home computer (Only programs that exist on your home computer can be run)");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user