now that main is a promise, we shuold catch errors
This commit is contained in:
parent
d4ff6b1f40
commit
fcc26c3e7a
@ -4,5 +4,5 @@ export * from "./keycloakify";
|
||||
import { main } from "./keycloakify";
|
||||
|
||||
if (require.main === module) {
|
||||
main();
|
||||
main().catch(e => console.error(e));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user