Skip to content

Commit

Permalink
module: fix style
Browse files Browse the repository at this point in the history
This makes the linter happy again.

PR-URL: #1453
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
silverwind committed Apr 17, 2015
1 parent 7956a13 commit 5b844e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ function tryExtensions(p, exts) {


const noopDeprecateRequireDot = util.deprecate(function() {},
"warning: require('.') resolved outside the package directory. " +
"This functionality is deprecated and will be removed soon.");
'warning: require(\'.\') resolved outside the package directory. ' +
'This functionality is deprecated and will be removed soon.');


Module._findPath = function(request, paths) {
Expand Down

0 comments on commit 5b844e1

Please sign in to comment.