mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-03 14:43:32 +02: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