Skip to content

Commit a421306

Browse files
committed
Align shouldIgnoreConsole opt-out
1 parent f93c7b2 commit a421306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/internal-test-utils/shouldIgnoreConsoleError.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module.exports = function shouldIgnoreConsoleError(format, args) {
44
if (__DEV__) {
55
if (typeof format === 'string') {
6-
if (format.startsWith('%c%s%c')) {
6+
if (format.startsWith('%c%s')) {
77
// Looks like a badged error message
88
args.splice(0, 3);
99
}

0 commit comments

Comments
 (0)