mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
parent
a87024dcd4
commit
05de5c9593
@ -893,7 +893,7 @@ public class BaseNoGui {
|
||||
PApplet.saveStrings(temp, strArray);
|
||||
|
||||
try {
|
||||
file = file.getCanonicalFile();
|
||||
file = file.toPath().toRealPath().toFile().getCanonicalFile();
|
||||
} catch (IOException e) {
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user