diff options
author | anekos | 2010-04-23 04:59:40 +0000 |
---|---|---|
committer | anekos | 2010-04-23 04:59:40 +0000 |
commit | 8006029b78bebd9f3264549f6005a61e11988136 (patch) | |
tree | 152999da480c3bc9bdae6be4e52bce4f7afc0e6c /auto_source.js | |
parent | 9be8962fb5e068187062681725d61673806f22dd (diff) | |
download | vimperator-plugins-8006029b78bebd9f3264549f6005a61e11988136.tar.bz2 |
プラグイン名まつがい
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37258 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'auto_source.js')
-rw-r--r-- | auto_source.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_source.js b/auto_source.js index 74cb43e..8dccbda 100644 --- a/auto_source.js +++ b/auto_source.js @@ -143,7 +143,7 @@ let INFO = if (typeof liberator.plugins[ctx.NAME] === 'undefined') liberator.plugins[ctx.NAME] = ctx; } else { - liberator.echoerr('plugin_loader.js: context not found (' + filepath + ')'); + liberator.echoerr('auto_source.js: context not found (' + filepath + ')'); } } } |