module: fix style
This makes the linter happy again. PR-URL: https://github.com/iojs/io.js/pull/1453 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
This commit is contained in:
parent
7956a13dad
commit
5b844e140b
@ -126,8 +126,8 @@ function tryExtensions(p, exts) {
|
|||||||
|
|
||||||
|
|
||||||
const noopDeprecateRequireDot = util.deprecate(function() {},
|
const noopDeprecateRequireDot = util.deprecate(function() {},
|
||||||
"warning: require('.') resolved outside the package directory. " +
|
'warning: require(\'.\') resolved outside the package directory. ' +
|
||||||
"This functionality is deprecated and will be removed soon.");
|
'This functionality is deprecated and will be removed soon.');
|
||||||
|
|
||||||
|
|
||||||
Module._findPath = function(request, paths) {
|
Module._findPath = function(request, paths) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user