1
0
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:
Cristian Maglie 2017-09-28 13:13:29 +02:00
parent 369b23a7d2
commit d0f8037f6d
2 changed files with 4 additions and 0 deletions

View File

@ -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);
}

View File

@ -1,5 +1,8 @@
ARDUINO 1.8.5
[ide]
*
ARDUINO 1.8.4 2017.08.23
[ide]