Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update link to wiki (GitHub at the leading --)
  • Loading branch information
ScottFreeCode committed Oct 2, 2017
1 parent 804f9d5 commit 60e39d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/_mocha
Expand Up @@ -348,7 +348,7 @@ if (program.forbidPending) mocha.forbidPending();

if (program.compilers.length > 0) {
require('util').deprecate(function () {},
'"--compilers" will be removed in a future version of Mocha; see https://git.io/vdGQW for more info')();
'"--compilers" will be removed in a future version of Mocha; see https://git.io/vdcSr for more info')();
}
var extensions = ['js'];
program.compilers.forEach(function (c) {
Expand Down

0 comments on commit 60e39d9

Please sign in to comment.