We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae5836 commit 35046f5Copy full SHA for 35046f5
consoleSocketServer.js
@@ -44,7 +44,7 @@ SocketServer.prototype.listen = function (httpServer) {
44
jobStrVariant = jobDesc.jobKey + '/' + jobDesc.jobVariantKey;
45
jobStrId = jobStrVariant + '(' + jobId + ')';
46
47
- jobDescriptor = {
+ var jobDescriptor = {
48
id: jobId,
49
command: jobVariant.command,
50
args: jobVariant.args || [],
0 commit comments