skill issue coding
This commit is contained in:
parent
20b7a81bdb
commit
4ae693b2fb
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ export function waitFor(filter: FilterFn, callback: ModCallbackFn, { isIndirect
|
||||||
|
|
||||||
if (cacheFindResult != null) {
|
if (cacheFindResult != null) {
|
||||||
const { result, id, exportKey, factory } = cacheFindResult;
|
const { result, id, exportKey, factory } = cacheFindResult;
|
||||||
return callback(result, { id, exportKey, factory: factory });
|
return callback(result, { id, exportKey, factory });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue