mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Added exception printout while building
This commit is contained in:
parent
369b23a7d2
commit
d0f8037f6d
@ -392,6 +392,7 @@ public class Base {
|
||||
outputFile = new Compiler(sketch).build(progress -> {}, false);
|
||||
} catch (Exception e) {
|
||||
// Error during build
|
||||
e.printStackTrace();
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
ARDUINO 1.8.5
|
||||
|
||||
[ide]
|
||||
*
|
||||
|
||||
ARDUINO 1.8.4 2017.08.23
|
||||
|
||||
[ide]
|
||||
|
Loading…
Reference in New Issue
Block a user