mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-24 11:46:32 +00:00
Merge pull request #141 from bcmi-labs/arduino/arduino-pro-ide#311
GH-311: Fixed FS path to URI conversion issue.
This commit is contained in:
commit
6aa3ff8044
@ -324,7 +324,7 @@ void loop() {
|
||||
for (let i = 0; i < files.length; i++) {
|
||||
if (files[i] === basename + '.ino') {
|
||||
try {
|
||||
await this.loadSketch(fsPath);
|
||||
await this.loadSketch(FileUri.create(fsPath).toString());
|
||||
return true;
|
||||
} catch { }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user