Skip to content
Snippets Groups Projects
Commit 2046272d authored by elijah's avatar elijah
Browse files

fixed no error on failed bug

parent 5cc6f5e5
No related branches found
No related tags found
No related merge requests found
......@@ -318,6 +318,7 @@ function process_action() {
rm $bufferfile
if [ $_fatals != 0 ]; then
msg "*failed* -- $file"
errormsg="$errormsg\n== fatal errors from $file ==\n\n$ret\n"
passthru "Fatal: <<<< finished action $file: FAILED"
elif [ $_errors != 0 ]; then
msg "*error* -- $file"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment