We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204160f commit 9bbc3d9Copy full SHA for 9bbc3d9
packages/app/src/app/overmind/effects/vscode/ModelsHandler.ts
@@ -129,7 +129,7 @@ export class ModelsHandler {
129
130
return Promise.all(
131
Object.keys(this.moduleModels).map(async path => {
132
- if (oldModelPath === path) {
+ if (oldModelPath === path && this.moduleModels[path].model) {
133
const model = await this.moduleModels[path].model;
134
135
// This runs remove/add automatically
0 commit comments