We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e5c5e commit 428a07aCopy full SHA for 428a07a
src/node.js
@@ -120,11 +120,7 @@ function formatArgs(args) {
120
}
121
122
function getDate() {
123
-<<<<<<< Updated upstream
124
- if ('hideTtyDate' in this.inspectOpts && this.inspectOpts.hideTtyDate) {
125
-=======
126
if ('hideTtyDate' in exports.inspectOpts && exports.inspectOpts.hideTtyDate) {
127
->>>>>>> Stashed changes
128
return '';
129
} else {
130
return new Date().toISOString() + ' ';
0 commit comments