Skip to content

Commit 5b9734e

Browse files
committed
Fix logging/write.js.
1 parent cecd272 commit 5b9734e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logging/write.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ exports.runExample = function (cb) {
9292
console.log(err, 'apiResponse:', apiResponse);
9393
if (err && err.code === 404) {
9494
err = undefined;
95+
apiResponse = {};
9596
}
9697
if (!err) {
9798
console.log('success!');

0 commit comments

Comments
 (0)