We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e504a8 commit 3ca1fcbCopy full SHA for 3ca1fcb
app/containers/Debugger/index.js
@@ -117,6 +117,9 @@ export default class Debugger extends Component {
117
// Special message that asks for a new JS runtime
118
if (object.method === 'prepareJSRuntime') {
119
shutdownJSRuntime();
120
+ if (process.env.NODE_ENV !== 'development') {
121
+ console.clear();
122
+ }
123
createJSRuntime();
124
ws.send(JSON.stringify({ replyID: object.id }));
125
setStatusToTitle('connected', 'Debugger session #' + object.id + ' active.');
0 commit comments