Skip to content

Commit 38a49f8

Browse files
committed
Minor update
1 parent f4782f5 commit 38a49f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

engine2/process.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@ var ProcLogic = function() {
316316
proc.engine.eventServer,
317317
proc.engine.config,
318318
function(err, outs, options) {
319+
//console.log("FUNC INVOKED");
320+
//console.log("INS: ", JSON.stringify(proc.sigValues, null, 2));
321+
//console.log("OUTS: ", outs);
319322
err ? cb(err): cb(null, outs, asyncInvocation, funcIns, funcOuts);
320323
}
321324
);

0 commit comments

Comments
 (0)