Skip to content

Commit

Permalink
s/Unexpected/Unexpected method
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Apr 15, 2016
1 parent a6639ea commit 4870fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/misc/console.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function main(conf) {
runUsingArgumentsAndApply(n);
break;
default:
throw new Error('Unexpected');
throw new Error('Unexpected method');
}
}

Expand Down

0 comments on commit 4870fb5

Please sign in to comment.