Skip to content

Commit b06839d

Browse files
committed
DFL-3589 Use original description in old clients.
1 parent e658f53 commit b06839d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecma-debugger/runtimes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cls.EcmascriptDebugger["6.0"].ExtensionRuntime = function(rt)
4040
this.type = "extension";
4141
this.id = rt.runtime_id;
4242
this.uri = rt.uri;
43-
this.title = "Extension" + (rt.extension_name ? ': ' + rt.extension_name : '');
43+
this.title = "Extension" + (rt.extension_name ? ': ' + rt.extension_name : ' Runtime '+ rt.runtime_id);
4444
};
4545

4646
/**

0 commit comments

Comments
 (0)