mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
commit
b05645a61c
@ -20,7 +20,8 @@ export function runProgram(
|
||||
const programName = args[0] + "";
|
||||
|
||||
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! (Only programs that exist on your home computer or scripts on ${player.getCurrentServer().hostname
|
||||
} can be run)`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user