Skip to content

Commit 4870fb5

Browse files
committed
s/Unexpected/Unexpected method
1 parent a6639ea commit 4870fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/misc/console.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function main(conf) {
9595
runUsingArgumentsAndApply(n);
9696
break;
9797
default:
98-
throw new Error('Unexpected');
98+
throw new Error('Unexpected method');
9999
}
100100
}
101101

0 commit comments

Comments
 (0)