Fix sqllite backend

This commit is contained in:
Tim Jacomb
2020-08-17 09:51:19 +01:00
parent 42a885d07c
commit c673826ebb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -93,6 +93,6 @@ async function main() {
module.hot?.accept();
main().catch(error => {
console.error(`Backend failed to start up, ${error}`);
console.error('Backend failed to start up', error);
process.exit(1);
});