Skip to content

Commit d898ba2

Browse files
authored
Fix
1 parent 4ab1e50 commit d898ba2

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/components/Preview/DevTools/Console

1 file changed

+1
-1
lines changed

packages/app/src/app/components/Preview/DevTools/Console/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Console extends React.Component {
4343
switch (method) {
4444
case 'clear': {
4545
// If the event was done by the packager
46-
const hideMessage = args[0] === 'internal';
46+
const hideMessage = args[0] === '__internal__';
4747

4848
this.clearConsole(hideMessage);
4949
break;

0 commit comments

Comments
 (0)