Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 8571d85

Browse files
Specify test-only client version in test debugger (#262)
This will allow monitoring tools to distinguish the debugger used for our testing from real debugging tools. PR-URL: #262
1 parent cf06a70 commit 8571d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/debugger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function Debugger(debug) {
4040
/** @private {string} */
4141
this.nextWaitToken_ = null;
4242

43-
this.clientVersion_ = pjson.name + '/client/v' + pjson.version;
43+
this.clientVersion_ = pjson.name + '/client-for-testing/v' + pjson.version;
4444
}
4545

4646
util.inherits(Debugger, common.ServiceObject);

0 commit comments

Comments
 (0)