mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 09:32:28 +01:00
Closes issue #635.
This commit is contained in:
@@ -152,7 +152,7 @@ var MOW = Module("mow", {
|
||||
|
||||
let str = typeof data !== "xml" && data.message || data;
|
||||
if (!silent)
|
||||
dactyl.triggerObserver("echoMultiline", data, highlightGroup, output);
|
||||
dactyl.triggerObserver("echoMultiline", data, highlightGroup, output[0]);
|
||||
|
||||
this._timer.tell();
|
||||
if (!this.visible)
|
||||
|
||||
Reference in New Issue
Block a user