From b571a805a1c525008881d39d555eabf27deae5b2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 May 2018 15:21:06 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/strip.vala b/src/strip.vala index c7ee1ce..ab8f8d7 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -215,6 +215,7 @@ public class StripApplication : GLib.Application { stdout.printf("ERROR %u: Connection failed: %s\n", strip.mysql.errno(), strip.mysql.error() ); + return 1; } if (opt_file != null) { -- 2.39.2