[ci] format

This commit is contained in:
matthewp 2022-03-30 19:56:27 +00:00 committed by GitHub Actions
parent c989f106f9
commit 52d7fec248

View file

@ -442,11 +442,11 @@ export async function renderPage(
response, response,
}; };
} }
} catch(err) { } catch (err) {
if(err instanceof Response) { if (err instanceof Response) {
return { return {
type: 'response', type: 'response',
response: err response: err,
}; };
} else { } else {
throw err; throw err;