Skip to content

Commit

Permalink
fix: 🐛 unexpectable sandbox's cleaning up when load module
Browse files Browse the repository at this point in the history
closes #293
  • Loading branch information
maoxiaoke committed May 28, 2021
1 parent 692b7f8 commit 4c12336
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ export async function loadAppModule(appConfig: AppConfig) {

onFinishLoading(appConfig);

// clear appSandbox
appSandbox?.clear();
return combineLifecyle(lifecycle, appConfig);
}

Expand Down

0 comments on commit 4c12336

Please sign in to comment.