Update Reject & Domestic Rules

This commit is contained in:
SukkaW
2024-10-25 08:05:57 +08:00
parent f3683fa34a
commit 9f26d11fef
6 changed files with 38 additions and 5 deletions

View File

@@ -241,8 +241,6 @@ export abstract class RuleOutput<TPreprocessed = unknown> {
}
private guardPendingPromise() {
console.log('Pending promise:', this.pendingPromise);
// reverse invariant
if (this.pendingPromise !== null) {
console.trace('Pending promise:', this.pendingPromise);