summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2015-04-17 18:06:46 +0200
committerRoman Reiss <me@silverwind.io>2015-04-17 18:33:35 +0200
commit5b844e140b01bff010747e303c0d9e0f3a0f5514 (patch)
treea609ef325028b26dbd1a6a32b55ea2248c042e25 /lib
parent7956a13dad02b47d3b61b593b5f25055372ce93c (diff)
downloadandroid-node-v8-5b844e140b01bff010747e303c0d9e0f3a0f5514.tar.gz
android-node-v8-5b844e140b01bff010747e303c0d9e0f3a0f5514.tar.bz2
android-node-v8-5b844e140b01bff010747e303c0d9e0f3a0f5514.zip
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/module.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/module.js b/lib/module.js
index a89f544e51..02f0ec700f 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) {