We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debug
1 parent d79bc0d commit 548d005Copy full SHA for 548d005
electron/build/patch/backend/main.js
@@ -18,7 +18,7 @@ setup({
18
appName: 'Arduino IDE',
19
maxSize: 10 * 1024 * 1024
20
});
21
-for (const name of ['log', 'trace', 'info', 'warn', 'error']) {
+for (const name of ['log', 'trace', 'debug', 'info', 'warn', 'error']) {
22
const original = console[name];
23
console[name] = (data => {
24
original(data);
0 commit comments