responseCodeReject may not exist
This commit is contained in:
parent
a163cee18d
commit
f7f32ac806
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Request implements IHomeServerRequest {
|
||||||
this._requestResult.abort();
|
this._requestResult.abort();
|
||||||
} else {
|
} else {
|
||||||
this.responseReject(new AbortError());
|
this.responseReject(new AbortError());
|
||||||
this.responseCodeReject(new AbortError());
|
this.responseCodeReject?.(new AbortError());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue