Display important error messages

This commit is contained in:
Manuel Thalmann 2023-03-29 16:55:38 +00:00
parent 140f1296f2
commit 10eef76e29

View file

@ -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=()