mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:58:00 +01:00
Dont lower-case completion strings.
This commit is contained in:
@@ -854,7 +854,8 @@ lookup:
|
||||
catch (e)
|
||||
{
|
||||
let message = "Sourcing file: " + file.path + ": " + e;
|
||||
Components.utils.reportError(message);
|
||||
if (Components.utils.reportError)
|
||||
Components.utils.reportError(message);
|
||||
if (!silent)
|
||||
liberator.echoerr(message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user