[Glitch] Fix missing await

Port 782154a762 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
Yamagishi Kazutoshi 2022-10-04 06:08:38 +09:00 committed by Claire
parent d177319241
commit e047eabd87
1 changed files with 1 additions and 1 deletions

View File

@ -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 => {