Skip to content

Commit 8df5401

Browse files
author
Chris K
committed
Code cleanup.
1 parent b06839d commit 8df5401

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 : ' Runtime '+ rt.runtime_id);
43+
this.title = "Extension" + (rt.extension_name ? ": " + rt.extension_name : " Runtime " + rt.runtime_id);
4444
};
4545

4646
/**

0 commit comments

Comments
 (0)