mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
lib: enforce ASCII order in error code imports
PR-URL: https://github.com/nodejs/node/pull/52625 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
This commit is contained in:
parent
ff826069a8
commit
231548b5cf
59 changed files with 268 additions and 168 deletions
|
@ -56,11 +56,11 @@ const { inspect } = require('internal/util/inspect');
|
|||
|
||||
const {
|
||||
codes: {
|
||||
ERR_BUFFER_TOO_LARGE,
|
||||
ERR_INVALID_ARG_TYPE,
|
||||
ERR_INVALID_ARG_VALUE,
|
||||
ERR_INVALID_THIS,
|
||||
ERR_INVALID_STATE,
|
||||
ERR_BUFFER_TOO_LARGE,
|
||||
ERR_INVALID_THIS,
|
||||
},
|
||||
} = require('internal/errors');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue