Skip to content

Commit 5b844e1

Browse files
committed
module: fix style
This makes the linter happy again. PR-URL: #1453 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 7956a13 commit 5b844e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/module.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ function tryExtensions(p, exts) {
126126

127127

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

132132

133133
Module._findPath = function(request, paths) {

0 commit comments

Comments
 (0)