Skip to content

Commit 35046f5

Browse files
committed
ops, leaked global variable
1 parent 7ae5836 commit 35046f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consoleSocketServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ SocketServer.prototype.listen = function (httpServer) {
4444
jobStrVariant = jobDesc.jobKey + '/' + jobDesc.jobVariantKey;
4545
jobStrId = jobStrVariant + '(' + jobId + ')';
4646

47-
jobDescriptor = {
47+
var jobDescriptor = {
4848
id: jobId,
4949
command: jobVariant.command,
5050
args: jobVariant.args || [],

0 commit comments

Comments
 (0)