Skip to content

Commit

Permalink
LOG: console log ID for startWriteProgramCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-jung committed Dec 11, 2020
1 parent f70c828 commit 121dfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/examples/modules/ServiceDock_SPIKE.js
Original file line number Diff line number Diff line change
Expand Up @@ -3580,7 +3580,7 @@ function Service_SPIKE() {
// execute the callback function after sending start_write_program UJSONRPC
if (startWriteProgramCallback != undefined) {

console.log("%cTuftsCEEO ", "color: #3ba336;", "startWriteProgramCallback is defined. Looking for matching mesasage id...")
console.log("%cTuftsCEEO ", "color: #3ba336;", "startWriteProgramCallback is defined. Looking for matching mesasage id: ", startWriteProgramCallback[0]);

// check if the message id of UJSONRPC corresponds to that of a response callback
if (startWriteProgramCallback[0] == parsedUJSON["i"]) {
Expand Down

0 comments on commit 121dfe2

Please sign in to comment.