mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Print errors while reloading externally edited files
These exceptions were silently dropped, which is pretty much never a good idea.
This commit is contained in:
parent
055cfc8df0
commit
283ccc150d
@ -614,7 +614,7 @@ public class Base {
|
||||
activeEditor.getCurrentTab().getTextArea().setCaretPosition(previousCaretPosition);
|
||||
}
|
||||
} catch (IOException e) {
|
||||
// noop
|
||||
System.err.println(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user