1
0
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:
Doug Kearns
2009-03-01 02:49:18 +11:00
parent b3a5f279fc
commit f82b03f796
4 changed files with 15 additions and 17 deletions

View File

@@ -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);