aboutsummaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorEvan Lucas <evanlucas@me.com>2020-06-08 10:05:45 -0500
committerEvan Lucas <evanlucas@me.com>2020-06-23 11:33:12 -0500
commitf6dbba82bd9648d5df3721905fc952c896cb3449 (patch)
tree3b3196ce0e0c05c4b5a58e4e6fffe671d30233ec /node.gyp
parent680d7a04e7c6ee985ae0127d6883a1d68ff9e5e1 (diff)
downloadios-node-v8-f6dbba82bd9648d5df3721905fc952c896cb3449.tar.gz
ios-node-v8-f6dbba82bd9648d5df3721905fc952c896cb3449.tar.bz2
ios-node-v8-f6dbba82bd9648d5df3721905fc952c896cb3449.zip
internal: rename error-serdes for consistency
All other JavaScript files in lib use snake case, so make this one consistent. PR-URL: https://github.com/nodejs/node/pull/33793 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 6d9e9cb3fc..cc9c52cef4 100644
--- a/node.gyp
+++ b/node.gyp
@@ -134,7 +134,7 @@
'lib/internal/dtrace.js',
'lib/internal/encoding.js',
'lib/internal/errors.js',
- 'lib/internal/error-serdes.js',
+ 'lib/internal/error_serdes.js',
'lib/internal/event_target.js',
'lib/internal/fixed_queue.js',
'lib/internal/freelist.js',