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