post-robot
Advanced tools
Comparing version 9.0.34 to 9.0.35
@@ -36,6 +36,6 @@ var _RECEIVE_MESSAGE_TYPE; | ||
// $FlowFixMe | ||
console.info('send::res', logName, origin, '\n\n', response.data); // eslint-disable-line no-console | ||
console.info('respond::res', logName, origin, '\n\n', response.data); // eslint-disable-line no-console | ||
} else if (ack === MESSAGE_ACK.ERROR) { | ||
// $FlowFixMe | ||
console.error('send::err', logName, origin, '\n\n', response.error); // eslint-disable-line no-console | ||
console.error('respond::err', logName, origin, '\n\n', response.error); // eslint-disable-line no-console | ||
} | ||
@@ -42,0 +42,0 @@ } |
{ | ||
"name": "post-robot", | ||
"version": "9.0.34", | ||
"version": "9.0.35", | ||
"description": "Simple postMessage based server.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -34,6 +34,6 @@ /* @flow */ | ||
// $FlowFixMe | ||
console.info('send::res', logName, origin, '\n\n', response.data); // eslint-disable-line no-console | ||
console.info('respond::res', logName, origin, '\n\n', response.data); // eslint-disable-line no-console | ||
} else if (ack === MESSAGE_ACK.ERROR) { | ||
// $FlowFixMe | ||
console.error('send::err', logName, origin, '\n\n', response.error); // eslint-disable-line no-console | ||
console.error('respond::err', logName, origin, '\n\n', response.error); // eslint-disable-line no-console | ||
} | ||
@@ -40,0 +40,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1675995