Skip to content

Commit

Permalink
v2.49
Browse files Browse the repository at this point in the history
  • Loading branch information
erosman authored Mar 28, 2022
1 parent 1a31f42 commit ae7838e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ class ShowLog {

process(list = this.log) {
list.forEach(([time, ref, message, type]) => {
const tr = this.template.cloneNode(true);console.log(ref, message, type);
const tr = this.template.cloneNode(true);
type && tr.classList.add(type);
const td = tr.children;
td[0].textContent = time;
Expand Down

0 comments on commit ae7838e

Please sign in to comment.