Skip to content

Commit

Permalink
Fix logging/write.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Feb 25, 2016
1 parent cecd272 commit 5b9734e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logging/write.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ exports.runExample = function (cb) {
console.log(err, 'apiResponse:', apiResponse);
if (err && err.code === 404) {
err = undefined;
apiResponse = {};
}
if (!err) {
console.log('success!');
Expand Down

0 comments on commit 5b9734e

Please sign in to comment.