[ci] format
This commit is contained in:
parent
c989f106f9
commit
52d7fec248
1 changed files with 3 additions and 3 deletions
|
@ -446,7 +446,7 @@ export async function renderPage(
|
||||||
if (err instanceof Response) {
|
if (err instanceof Response) {
|
||||||
return {
|
return {
|
||||||
type: 'response',
|
type: 'response',
|
||||||
response: err
|
response: err,
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
throw err;
|
throw err;
|
||||||
|
|
Loading…
Add table
Reference in a new issue