Skip to content

Commit 77929a9

Browse files
committed
Appease more
1 parent 2d76dff commit 77929a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-dev-utils/crashOverlay.js

+1
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ try {
783783
// Browser may not support this, we don't care.
784784
}
785785

786+
// eslint-disable-next-line
786787
var proxyConsole = function proxyConsole(type) {
787788
var orig = console[type];
788789
console[type] = function __cra_proxy_console__() {

0 commit comments

Comments
 (0)