Skip to content

Commit 8c727cb

Browse files
author
Chris K
committed
DFL-3447 Browser JS has no longer a label in the JS dropdown in Scripts
1 parent b2df264 commit 8c727cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecma-debugger/templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
var is_linked = script.script_type == "linked";
278278
ret = ["cst-option",
279279
["span",
280-
script.filename,
280+
script.filename || script.uri,
281281
"data-tooltip", is_linked && "js-script-select",
282282
"data-tooltip-text", is_linked && script.uri]];
283283

0 commit comments

Comments
 (0)