10000
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 27c71a9 commit 0000c93Copy full SHA for 0000c93
index.js
@@ -37,7 +37,7 @@ function Timestamp() {
37
Timestamp.prototype[util.inspect.custom] = function (depth, opts) {
38
var timestamp = this.now.toLocaleTimeString('en', { hour12: false });
39
return '[' + opts.stylize(timestamp, 'date') + ']';
40
-}
+};
41
42
function getTimestamp() {
43
return util.inspect(new Timestamp(), { colors: hasColors() });
0 commit comments