Skip to content

Commit

Permalink
solves merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
amejiarosario committed Aug 12, 2017
1 parent 55e5c5e commit 428a07a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/node.js
Expand Up @@ -120,11 +120,7 @@ function formatArgs(args) {
}

function getDate() {
<<<<<<< Updated upstream
if ('hideTtyDate' in this.inspectOpts && this.inspectOpts.hideTtyDate) {
=======
if ('hideTtyDate' in exports.inspectOpts && exports.inspectOpts.hideTtyDate) {
>>>>>>> Stashed changes
return '';
} else {
return new Date().toISOString() + ' ';
Expand Down

0 comments on commit 428a07a

Please sign in to comment.