Skip to content

Commit

Permalink
Strict-mode on errors.js too
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchi committed Nov 17, 2014
1 parent 201619b commit 6a9c351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/errors.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

// cannot 'use strict' because we later use `arguments.callee`
'use strict';

var errors = module.exports;

Expand Down

0 comments on commit 6a9c351

Please sign in to comment.