Skip to content

Commit d0f8037

Browse files
committed
Added exception printout while building
1 parent 369b23a commit d0f8037

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/src/processing/app/Base.java

+1
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ public Base(String[] args) throws Exception {
392392
outputFile = new Compiler(sketch).build(progress -> {}, false);
393393
} catch (Exception e) {
394394
// Error during build
395+
e.printStackTrace();
395396
System.exit(1);
396397
}
397398

build/shared/revisions.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
ARDUINO 1.8.5
22

3+
[ide]
4+
*
5+
36
ARDUINO 1.8.4 2017.08.23
47

58
[ide]

0 commit comments

Comments
 (0)