We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b960b commit bf81049Copy full SHA for bf81049
src/sandbox/console/index.js
@@ -27,7 +27,7 @@ function replaceConsoleMethod(method) {
27
}
28
29
export default function setupConsole() {
30
- ['log', 'info', 'warn', 'error', 'debug'].forEach(method =>
+ ['log', 'info', 'warn', 'error', 'debug', 'clear'].forEach(method =>
31
replaceConsoleMethod(method)
32
);
33
0 commit comments