Skip to content

Commit 597af6b

Browse files
fix(progress-window): remove progress window on error
1 parent 7719ad7 commit 597af6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces-stubs-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class InterfaceStubsGenerator {
4545
(error, stdout, stderr) => {
4646
if (error) {
4747
vscode.window.showInformationMessage(stderr);
48-
return;
48+
return resolve(true);
4949
}
5050
const position = this.editor?.selection.active;
5151
const previousPosition = position?.with(position.line, 0);

0 commit comments

Comments
 (0)