mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 12:27:07 +02:00
MISC: Refactor BLADEBURNER Identifier Lookup (#1646)
This commit is contained in:
@@ -70,6 +70,7 @@ export class SleeveBladeburnerWork extends SleeveWorkClass {
|
||||
this.finish();
|
||||
}
|
||||
}
|
||||
|
||||
get nextCompletion(): Promise<void> {
|
||||
if (!this.nextCompletionPair.promise)
|
||||
this.nextCompletionPair.promise = new Promise((r) => (this.nextCompletionPair.resolve = r));
|
||||
|
||||
Reference in New Issue
Block a user