Skip to content

Commit 5c969e8

Browse files
remove FlowFixMe comment
1 parent 4d50834 commit 5c969e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

node_package/src/buildConsoleReplay.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export function consoleReplay(customConsoleHistory: typeof console['history'] |
1515
// console.history is a global polyfill used in server rendering.
1616
const consoleHistory = customConsoleHistory ?? console.history;
1717

18-
// $FlowFixMe
1918
if (!(Array.isArray(consoleHistory))) {
2019
return '';
2120
}

0 commit comments

Comments
 (0)