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 33f1242 commit e3f0fb6Copy full SHA for e3f0fb6
packages/app/src/app/overmind/effects/vscode/index.ts
@@ -215,11 +215,7 @@ export class VSCodeEffect {
215
moduleShortid: string,
216
operation: (string | number)[]
217
) {
218
- try {
219
- await this.modelsHandler.applyOperation(moduleShortid, operation);
220
- } catch (error) {
221
- throw error;
222
- }
+ return this.modelsHandler.applyOperation(moduleShortid, operation);
223
}
224
225
public updateOptions(options: { readOnly: boolean }) {
0 commit comments