diff options
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r-- | google-plus-commando.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index 40a6fd8..d04b3e9 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -698,6 +698,9 @@ let g:gplus_commando_map_menu = "m" func(count); } catch (e if (e instanceof GPCError)) { /* DO NOTHING */ + } catch (e) { + liberator.log(e); + throw e; } }, { |