mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 10:24:11 +01:00
Closes issue #698.
This commit is contained in:
@@ -877,7 +877,7 @@ var Buffer = Module("Buffer", {
|
||||
showElementInfo: function showElementInfo(elem) {
|
||||
let { dactyl } = this.modules;
|
||||
|
||||
dactyl.echo(<><!--L-->Element:<br/>{util.objectToString(elem, true)}</>, commandline.FORCE_MULTILINE);
|
||||
dactyl.echo(<><!--L-->Element:<br/>{util.objectToString(elem, true)}</>);
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user