summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2016-10-24 13:09:34 -0700
committerJames M Snell <jasnell@gmail.com>2017-02-09 13:46:14 -0800
commit159749d5224d6a7906aa4e5a7aaa20f44500b3c8 (patch)
tree2042195c6c8d861d2403863902629391c1c09ac7 /node.gyp
parent3c46bb9931ecea71167342322e09121ee48cde8e (diff)
downloadandroid-node-v8-159749d5224d6a7906aa4e5a7aaa20f44500b3c8.tar.gz
android-node-v8-159749d5224d6a7906aa4e5a7aaa20f44500b3c8.tar.bz2
android-node-v8-159749d5224d6a7906aa4e5a7aaa20f44500b3c8.zip
errors: add internal/errors.js
Add the internal/errors.js core mechanism. PR-URL: https://github.com/nodejs/node/pull/11220 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 6cccf74a89..b70ae25e06 100644
--- a/node.gyp
+++ b/node.gyp
@@ -82,6 +82,7 @@
'lib/internal/cluster/shared_handle.js',
'lib/internal/cluster/utils.js',
'lib/internal/cluster/worker.js',
+ 'lib/internal/errors.js',
'lib/internal/freelist.js',
'lib/internal/fs.js',
'lib/internal/linkedlist.js',