mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 05:54:13 +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)
|
||||
{
|
||||
// thrown if directory does not exist
|
||||
vimperator.echoerr(e);
|
||||
vimperator.log(e);
|
||||
//vimperator.log("Error sourcing plugin directory: " + e);
|
||||
}
|
||||
}, 50);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user