diff options
author | anekos | 2011-08-22 15:25:10 +0900 |
---|---|---|
committer | anekos | 2011-08-22 15:25:10 +0900 |
commit | 343f9a00ac973cca42ab76a3576826b3b1a61c9e (patch) | |
tree | 985a687109d050697325bd047d557265a1c25121 | |
parent | b2fcd5ff97c1020fba79aea9db146eb98adcfc10 (diff) | |
download | vimperator-plugins-343f9a00ac973cca42ab76a3576826b3b1a61c9e.tar.bz2 |
エラースタックもだしてやんべ
-rw-r--r-- | google-plus-commando.js | 1 |
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; } }, |