Skip to content

Commit

Permalink
fix: Add missing instance ID in text logs
Browse files Browse the repository at this point in the history
Fixes #26

Change-Id: I7a5860e0777aaea222fdc6860f5890d24938f99f
  • Loading branch information
joeyparrish committed Nov 15, 2021
1 parent c9906cf commit e746391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions log-window.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ class EmeLogWindow {

const textBasedLog =
formattedTimestamp + '\n\n' +
instanceId.textContent + '\n' +
data.textContent + '\n\n\n\n';

this.textLogs_ += textBasedLog;
Expand Down

0 comments on commit e746391

Please sign in to comment.