From 3b3c7bbf0d86d8b81546946ae1f85137bd282d55 Mon Sep 17 00:00:00 2001 From: Roman Reiss Date: Fri, 17 Apr 2015 18:06:46 +0200 Subject: [PATCH] module: fix style --- lib/module.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/module.js b/lib/module.js index a89f544e51f619..02f0ec700f150d 100644 --- a/lib/module.js +++ b/lib/module.js @@ -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) {