We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7956a13 commit 5b844e1Copy full SHA for 5b844e1
lib/module.js
@@ -126,8 +126,8 @@ function tryExtensions(p, exts) {
126
127
128
const noopDeprecateRequireDot = util.deprecate(function() {},
129
- "warning: require('.') resolved outside the package directory. " +
130
- "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.');
131
132
133
Module._findPath = function(request, paths) {
0 commit comments