This commit is contained in:
Your Name
2023-07-30 22:08:36 -04:00
parent fb542a596c
commit b4836e5329
9 changed files with 120 additions and 78 deletions

View File

@@ -780,12 +780,6 @@ export function NetscriptSingularity(): InternalAPI<ISingularity> {
helpers.log(ctx, () => `Invalid job: '${field}'.`);
return false;
}
// TODO https://github.com/danielyxie/bitburner/issues/1378
// The player object's applyForJob function can return string with special error messages
// if (isString(res)) {
// helpers.log(ctx,"applyToCompany",()=> res);
// return false;
// }
if (res) {
helpers.log(
ctx,