We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecd272 commit 5b9734eCopy full SHA for 5b9734e
logging/write.js
@@ -92,6 +92,7 @@ exports.runExample = function (cb) {
92
console.log(err, 'apiResponse:', apiResponse);
93
if (err && err.code === 404) {
94
err = undefined;
95
+ apiResponse = {};
96
}
97
if (!err) {
98
console.log('success!');
0 commit comments