mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 13:23:31 +01:00
don't echo an error message if no plugin directory is found
This commit is contained in:
@@ -597,8 +597,7 @@ const vimperator = (function() //{{{
|
|||||||
catch(e)
|
catch(e)
|
||||||
{
|
{
|
||||||
// thrown if directory does not exist
|
// thrown if directory does not exist
|
||||||
vimperator.echoerr(e);
|
//vimperator.log("Error sourcing plugin directory: " + e);
|
||||||
vimperator.log(e);
|
|
||||||
}
|
}
|
||||||
}, 50);
|
}, 50);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user