From 5b844e140b01bff010747e303c0d9e0f3a0f5514 Mon Sep 17 00:00:00 2001 From: Roman Reiss Date: Fri, 17 Apr 2015 18:06:46 +0200 Subject: [PATCH] module: fix style This makes the linter happy again. PR-URL: /~https://github.com/iojs/io.js/pull/1453 Reviewed-By: Jeremiah Senkpiel --- 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) {