Skip to content

Commit

Permalink
Support view source of "other" type
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Mar 30, 2023
1 parent 08d411a commit 3d1c696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/logger-ui.js
Expand Up @@ -286,6 +286,7 @@ const nodeFromURL = function(parent, url, re, type) {
case 'css':
case 'doc':
case 'frame':
case 'other':
case 'script':
case 'xhr':
href = `code-viewer.html?url=${encodeURIComponent(href)}`;
Expand Down

0 comments on commit 3d1c696

Please sign in to comment.