Skip to content

Commit 63b251b

Browse files
committed
Update JavaBuild.java
1 parent 91101c3 commit 63b251b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/processing/mode/java/JavaBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public PreprocessorResult preprocess(File srcFolder,
281281
try{
282282
library = mode.getLibrary(entry);
283283
}catch (processing.app.SketchException e){
284-
throw new SketchException(e.getMessage());
284+
throw new SketchException(e.getMessage(), e.getCodeIndex(), e.getCodeLine(), e.getCodeColumn(), e.isStackTraceEnabled());
285285
}
286286

287287
if (library != null) {

0 commit comments

Comments
 (0)