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 9ae7212 commit b82d5e4Copy full SHA for b82d5e4
arduino-ide-extension/src/browser/sketch-factory.ts
@@ -51,7 +51,7 @@ void loop() {
51
}
52
` });
53
const location = new URL(window.location.href);
54
- location.searchParams.set('sketch', sketchFile.toString());
+ location.searchParams.set('sketch', sketchDir.toString());
55
const hash = await this.fileSystem.getFsPath(sketchDir.toString());
56
if (hash) {
57
location.hash = hash;
0 commit comments