mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-30 03:23:48 +01:00
One more IP reference
This commit is contained in:
parent
bfa30dcdbb
commit
91841836c9
@ -144,7 +144,7 @@ export function NetscriptFunctions(workerScript: WorkerScript): NS {
|
|||||||
const safeGetServer = function (hostname: string, callingFnName: string): BaseServer {
|
const safeGetServer = function (hostname: string, callingFnName: string): BaseServer {
|
||||||
const server = GetServer(hostname);
|
const server = GetServer(hostname);
|
||||||
if (server == null) {
|
if (server == null) {
|
||||||
throw makeRuntimeErrorMsg(callingFnName, `Invalid hostname or IP: ${hostname}`);
|
throw makeRuntimeErrorMsg(callingFnName, `Invalid hostname: ${hostname}`);
|
||||||
}
|
}
|
||||||
return server;
|
return server;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user