mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-17 13:13:33 +01:00
don't use FORCE_SINGELINE with echomsg()
This commit is contained in:
@@ -734,7 +734,7 @@ const liberator = (function () //{{{
|
|||||||
// TODO: add proper level constants
|
// TODO: add proper level constants
|
||||||
echomsg: function (str, verbosity, flags)
|
echomsg: function (str, verbosity, flags)
|
||||||
{
|
{
|
||||||
flags |= commandline.APPEND_TO_MESSAGES | commandline.FORCE_SINGLELINE;
|
flags |= commandline.APPEND_TO_MESSAGES; //| commandline.FORCE_SINGLELINE; // TODO: was there a reason for this? --djk
|
||||||
|
|
||||||
if (verbosity == null)
|
if (verbosity == null)
|
||||||
verbosity = 0; // verbosity level is exclusionary
|
verbosity = 0; // verbosity level is exclusionary
|
||||||
|
|||||||
Reference in New Issue
Block a user