aboutsummaryrefslogtreecommitdiffstats
path: root/_libly.js
diff options
context:
space:
mode:
authoranekos2015-04-24 22:02:43 +0900
committeranekos2015-04-24 22:05:38 +0900
commit5134fdf0e1684fbfc637083a04007042cd0708c1 (patch)
tree34a9fbf1495067685dd9245669be96788b2ae44a /_libly.js
parente389208d7c114f6986056670d8bf86e0f0414452 (diff)
downloadvimperator-plugins-5134fdf0e1684fbfc637083a04007042cd0708c1.tar.bz2
Fix: libly.around autoRestore
Diffstat (limited to '_libly.js')
-rw-r--r--_libly.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/_libly.js b/_libly.js
index 51035bf..a1eb4ad 100644
--- a/_libly.js
+++ b/_libly.js
@@ -247,7 +247,7 @@ libly.$U = {//{{{
let pluginPath;
Error('hoge').stack.split(/\n/).some(
function (s)
- let (m = s.match(/-> liberator:\/\/template\/chrome:\/\/liberator\/content\/liberator\.js -> (.+):\d+$/))
+ let (m = s.match(/@chrome:\/\/liberator\/content\/liberator\.js -> file:\/\/\/(.+):\d+$/))
(m && (pluginPath = m[1].replace(/\?.*$/, '')))
);
return pluginPath;