mirror of
https://github.com/coder/code-server.git
synced 2025-09-22 17:23:30 +08:00
Client partially loaded
Need to resolve the remaining modules and then check and apply any necessary patches.
This commit is contained in:
@ -20,10 +20,6 @@ const load = (): Promise<void> => {
|
||||
],
|
||||
});
|
||||
|
||||
client.mkDirs.then(() => {
|
||||
resolve();
|
||||
});
|
||||
|
||||
const importTime = time(1500);
|
||||
import(/* webpackPrefetch: true */ "./workbench").then((module) => {
|
||||
logger.info("Loaded workbench bundle", field("duration", importTime));
|
||||
|
Reference in New Issue
Block a user