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 06ef168 commit e0c7e05Copy full SHA for e0c7e05
packages/browser/test/integration/console-logs.js
@@ -1,7 +1,7 @@
1
console.log('One');
2
console.warn('Two', { a: 1 });
3
console.error('Error 2');
4
-let a = () => {
+function a() {
5
throw new Error('Error thrown 3');
6
-};
+}
7
a();
0 commit comments