mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-28 08:54:36 +02:00
Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
@@ -72,8 +72,8 @@
|
||||
//#endregion
|
||||
|
||||
//#region Script
|
||||
function importAppScript() {
|
||||
import(`/vite/${CLIENT_ENTRY}`)
|
||||
async function importAppScript() {
|
||||
await import(`/vite/${CLIENT_ENTRY}`)
|
||||
.catch(async e => {
|
||||
console.error(e);
|
||||
renderError('APP_IMPORT', e);
|
||||
|
||||
Reference in New Issue
Block a user