mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-15 04:03:06 -05:00
[Glitch] Fix missing await
Port fc3d248df770024b5ce0f33d93029d71f5051e43 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
cc93cd5d6c
commit
f4fe985a03
@ -2,7 +2,7 @@ import 'packs/public-path';
|
||||
import loadPolyfills from 'flavours/glitch/util/load_polyfills';
|
||||
|
||||
loadPolyfills().then(async () => {
|
||||
const { default: main } = import('flavours/glitch/util/main');
|
||||
const { default: main } = await import('flavours/glitch/util/main');
|
||||
|
||||
return main();
|
||||
}).catch(e => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user