Display important error messages
This commit is contained in:
parent
140f1296f2
commit
10eef76e29
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ then
|
|||
|
||||
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";
|
||||
|
||||
errorPatterns=()
|
||||
|
|
Loading…
Reference in a new issue