[gnome-continuous] guestfish: Properly rethrow exceptions



commit a0f73a3bdfc5730dac8e59cd3d71b13b650ad742
Author: Colin Walters <walters verbum org>
Date:   Wed Jun 10 13:01:33 2015 -0400

    guestfish: Properly rethrow exceptions
    
    Otherwise we don't know when things failed.

 src/js/guestfish.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/js/guestfish.js b/src/js/guestfish.js
index f6be249..5ac3fbc 100644
--- a/src/js/guestfish.js
+++ b/src/js/guestfish.js
@@ -111,6 +111,7 @@ const GuestMount = new Lang.Class({
            this._mounted = true;
        } catch (e) {
            this._unlock();
+           throw e;
        }
     },
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]