mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-28 00:03:32 +01:00
Fix escaped path separator in messages on Windows.
This commit is contained in:
@@ -639,7 +639,7 @@ function Events() //{{{
|
||||
{
|
||||
for (let [,dir] in Iterator(dirs))
|
||||
{
|
||||
liberator.echomsg('Searching for "macros/*" in ' + dir.path.quote(), 2);
|
||||
liberator.echomsg('Searching for "macros/*" in "' + dir.path + '"', 2);
|
||||
|
||||
liberator.log("Sourcing macros directory: " + dir.path + "...", 3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user