Skip to content

Commit 4a89c0e

Browse files
author
Bret Ambrose
committed
Sigh
1 parent 447508f commit 4a89c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function logSensitiveObject(options) {
199199
}
200200

201201
} else {
202-
console.log(" " + property + " : <redacted>");
202+
console.log(" " + property + " : [redacted]");
203203
}
204204
});
205205
console.log('}');

0 commit comments

Comments
 (0)