From 5134fdf0e1684fbfc637083a04007042cd0708c1 Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 24 Apr 2015 22:02:43 +0900 Subject: Fix: libly.around autoRestore --- _libly.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3