Skip to content

Commit 5729e88

Browse files
committed
Show error logs to the user
1 parent b709fe3 commit 5729e88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/src/processing/app/gradle/GradleJob.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ class GradleJob{
6363
addStateListener()
6464
addDebugging()
6565
setStandardOutput(System.out)
66-
if(Base.DEBUG) {
67-
setStandardError(System.err)
68-
}
66+
setStandardError(System.err)
6967
run()
7068
}
7169
}catch (e: Exception){

0 commit comments

Comments
 (0)