diff options
| author | Guy Bedford <guybedford@gmail.com> | 2018-10-24 16:50:32 +0100 |
|---|---|---|
| committer | Myles Borins <mylesborins@google.com> | 2018-12-03 20:46:29 -0500 |
| commit | fd67822e0db62d7ef68ce24a84e1c4b105d3159b (patch) | |
| tree | a59ec65bb8d0d7e1a8d9d15281e0676fefb19e27 /src/node_errors.h | |
| parent | 335e6deaa41bba74e9a940f2f1b745a8d3dbbbce (diff) | |
| download | node-new-modules-lkgr.tar.gz | |
esm: minimal resolver spec and implementation refinementsmodules-lkgr
PR URL: https://github.com/nodejs/ecmascript-modules/pull/12
Diffstat (limited to 'src/node_errors.h')
| -rw-r--r-- | src/node_errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_errors.h b/src/node_errors.h index 7638ff4251..7b516fb140 100644 --- a/src/node_errors.h +++ b/src/node_errors.h @@ -63,8 +63,8 @@ void FatalException(const v8::FunctionCallbackInfo<v8::Value>& args); V(ERR_MEMORY_ALLOCATION_FAILED, Error) \ V(ERR_MISSING_ARGS, TypeError) \ V(ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST, TypeError) \ - V(ERR_MISSING_MODULE, Error) \ V(ERR_MISSING_PLATFORM_FOR_WORKER, Error) \ + V(ERR_MODULE_NOT_FOUND, Error) \ V(ERR_OUT_OF_RANGE, RangeError) \ V(ERR_SCRIPT_EXECUTION_INTERRUPTED, Error) \ V(ERR_SCRIPT_EXECUTION_TIMEOUT, Error) \ |
