Skip to content

Commit e36e429

Browse files
author
Akos Kitta
committed
fixed delete -> cancel
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent a49ba05 commit e36e429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/browser/theia/workspace/workspace-delete-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export class WorkspaceDeleteHandler extends TheiaWorkspaceDeleteHandler {
2727
await Promise.all([...sketch.additionalFileUris, ...sketch.otherSketchFileUris, sketch.mainFileUri].map(uri => this.closeWithoutSaving(new URI(uri))));
2828
await this.fileSystem.delete(sketch.uri);
2929
window.close();
30-
return;
3130
}
31+
return;
3232
}
3333
return super.execute(uris);
3434
}

0 commit comments

Comments
 (0)