aboutsummaryrefslogtreecommitdiffstats
path: root/_libly.js
diff options
context:
space:
mode:
authoranekos2013-01-15 20:56:13 +0900
committeranekos2013-01-15 20:56:13 +0900
commitae78ac575454e229e842729bcc2fe210cbb6d395 (patch)
treefd1f7995da0cd432001df1fa048fb4797e9ca424 /_libly.js
parentc6ffe4e8d3747535e4a2a03d469696001efacc0b (diff)
downloadvimperator-plugins-ae78ac575454e229e842729bcc2fe210cbb6d395.tar.bz2
フォーマットかわてるねん
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 db17233..9471fc4 100644
--- a/_libly.js
+++ b/_libly.js
@@ -245,7 +245,7 @@ libly.$U = {//{{{
let pluginPath;
Error('hoge').stack.split(/\n/).some(
function (s)
- let (m = s.match(/^(?:\(\))?@chrome:\/\/liberator\/content\/liberator\.js -> (.+):\d+$/))
+ let (m = s.match(/-> liberator:\/\/template\/chrome:\/\/liberator\/content\/liberator\.js -> (.+):\d+$/))
(m && (pluginPath = m[1].replace(/\?.*$/, '')))
);
return pluginPath;