mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-25 16:53:13 +03:00
fix: remove invisible unicode for dynamicImportKey (#3695)
This commit is contained in:
parent
13ac9d18af
commit
ce21ea78eb
@ -28,7 +28,7 @@ import { createFetch } from './endowments/fercher';
|
||||
import { createTimers } from './endowments/timer';
|
||||
import { setupImportsMap } from './setup-imports-map';
|
||||
|
||||
const dynamicImportKey = '$h_import';
|
||||
const dynamicImportKey = '$h_import';
|
||||
|
||||
const permissionLogger = new DebugLogger('plugins:permission');
|
||||
const importLogger = new DebugLogger('plugins:import');
|
||||
|
Loading…
Reference in New Issue
Block a user