src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 4 May 2018 07:21:30 +0000 (15:21 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 May 2018 07:21:30 +0000 (15:21 +0800)
src/strip.vala

index ab8f8d7..56076c0 100644 (file)
@@ -569,6 +569,7 @@ public class Strip : GLib.Object {
        if ( rc != 0 ) {
 
                    GLib.debug("ERROR %u: Query failed: %s\n", this.mysql.errno(), this.mysql.error());
+                               Posix.exit(1);
                }
                return rc;
        }