aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2011-08-22 15:25:10 +0900
committeranekos2011-08-22 15:25:10 +0900
commit343f9a00ac973cca42ab76a3576826b3b1a61c9e (patch)
tree985a687109d050697325bd047d557265a1c25121
parentb2fcd5ff97c1020fba79aea9db146eb98adcfc10 (diff)
downloadvimperator-plugins-343f9a00ac973cca42ab76a3576826b3b1a61c9e.tar.bz2
エラースタックもだしてやんべ
-rw-r--r--google-plus-commando.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js
index 247f556..c5d95d9 100644
--- a/google-plus-commando.js
+++ b/google-plus-commando.js
@@ -862,6 +862,7 @@ let g:gplus_commando_map_menu = "m"
/* DO NOTHING */
} catch (e) {
liberator.log(e);
+ liberator.log(e.stack);
throw e;
}
},