This commit is contained in:
parent
0e0bff902b
commit
4f8e6ba55f
4 changed files with 107 additions and 197 deletions
|
|
@ -11,7 +11,7 @@ export const load: PageServerLoad = async () => {
|
|||
posts
|
||||
};
|
||||
} catch (err) {
|
||||
logger.error('Uh-oh!', err);
|
||||
logger.error(err, 'Uh-oh!');
|
||||
error(500);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue