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 a6639ea commit 4870fb5Copy full SHA for 4870fb5
1 file changed
benchmark/misc/console.js
@@ -95,7 +95,7 @@ function main(conf) {
95
runUsingArgumentsAndApply(n);
96
break;
97
default:
98
- throw new Error('Unexpected');
+ throw new Error('Unexpected method');
99
}
100
101
0 commit comments