mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 22:15:47 +01:00
replace some echo() calls with echomsg()
This commit is contained in:
@@ -443,7 +443,7 @@ function Options() //{{{
|
||||
if (str.*.length())
|
||||
liberator.echo(str, commandline.FORCE_MULTILINE);
|
||||
else
|
||||
liberator.echo("No variables found");
|
||||
liberator.echomsg("No variables found");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user