mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 05:05:44 +01:00
argdo liberator.jss/"foo \"" + str + "\""/"foo " + str.quote()/g
This commit is contained in:
@@ -611,7 +611,7 @@ function Events() //{{{
|
||||
{
|
||||
for (let [,dir] in Iterator(dirs))
|
||||
{
|
||||
liberator.echomsg("Searching for \"macros/*\" in \"" + dir.path + "\"", 2);
|
||||
liberator.echomsg('Searching for "macros/*" in ' + dir.path.quote(), 2);
|
||||
|
||||
liberator.log("Sourcing macros directory: " + dir.path + "...", 3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user