Skip to content

Commit 428a07a

Browse files
committed
solves merge conflict
1 parent 55e5c5e commit 428a07a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/node.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,7 @@ function formatArgs(args) {
120120
}
121121

122122
function getDate() {
123-
<<<<<<< Updated upstream
124-
if ('hideTtyDate' in this.inspectOpts && this.inspectOpts.hideTtyDate) {
125-
=======
126123
if ('hideTtyDate' in exports.inspectOpts && exports.inspectOpts.hideTtyDate) {
127-
>>>>>>> Stashed changes
128124
return '';
129125
} else {
130126
return new Date().toISOString() + ' ';

0 commit comments

Comments
 (0)