1
0
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:
Kris Maglione
2011-08-18 02:58:39 -04:00
parent 5144c612ad
commit 9bd31b71e9

View File

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