Skip to content

Commit 6b00963

Browse files
kittaakosAlberto Iannaccone
and
Alberto Iannaccone
authored
Update arduino-ide-extension/src/browser/contributions/open-sketch-files.ts
Co-authored-by: Alberto Iannaccone <[email protected]>
1 parent b9b89c4 commit 6b00963

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: arduino-ide-extension/src/browser/contributions/open-sketch-files.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ export class OpenSketchFiles extends SketchContribution {
6666
});
6767
}
6868
const { workspaceError } = this.workspaceService;
69-
// This happens when the IDE2 has been started from a terminal with a /path/to/invalid/sketch. (#964)
70-
// Or user has started the IDE2 from clicking on an `ino` file.
69+
// This happens when the IDE2 has been started (from either a terminal or clicking on an `ino` file) with a /path/to/invalid/sketch. (#964)
7170
if (SketchesError.InvalidName.is(workspaceError)) {
7271
await this.promptMove(workspaceError);
7372
}

0 commit comments

Comments
 (0)