Display important error messages
This commit is contained in:
parent
140f1296f2
commit
10eef76e29
|
@ -209,7 +209,7 @@ then
|
||||||
|
|
||||||
logFile="$(mktemp)";
|
logFile="$(mktemp)";
|
||||||
|
|
||||||
xvfb-run bash -c "dwm & wine \"C:\Keil_v5\UV4\UV4.exe\" -j0 -b \"$projectFile\" -t \"$targetName\" -l \"$logFile\"" > /dev/null 2>&1;
|
WINEDEBUG=-all,fixme+event xvfb-run bash -c "dwm & wine \"C:\Keil_v5\UV4\UV4.exe\" -j0 -b \"$projectFile\" -t \"$targetName\" -l \"$logFile\"";
|
||||||
mv -f "$tempFile" "$projectFile";
|
mv -f "$tempFile" "$projectFile";
|
||||||
|
|
||||||
errorPatterns=()
|
errorPatterns=()
|
||||||
|
|
Loading…
Reference in a new issue