Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 011d2c6

Browse files
committed
bugfix
1 parent 900277b commit 011d2c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/xdebug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ define(function(require, exports, module)
617617
args["i"] = "id" + (++this.commandCounter);
618618
if (typeof callback === "function")
619619
{
620-
commandCallbacks[args["i"]] = callback;
620+
this.commandCallbacks[args["i"]] = callback;
621621
}
622622

623623
// Relay command to all clients for display

0 commit comments

Comments
 (0)