fixed panic on bad reblog
This commit is contained in:
parent
a9a8b6a750
commit
64d6334971
1 changed files with 3 additions and 1 deletions
|
@ -131,4 +131,6 @@ async function main() {
|
||||||
await db.$connect();
|
await db.$connect();
|
||||||
await matrix.start();
|
await matrix.start();
|
||||||
}
|
}
|
||||||
main().then(() => console.log('everything started!'));
|
main()
|
||||||
|
.then(() => console.log('everything started!'))
|
||||||
|
.catch(e => console.error(e));
|
||||||
|
|
Loading…
Reference in a new issue