The Wayback Machine - https://web.archive.org/web/20230312104901/https://github.com/nodejs/node/commit/53ecd20bbd
Skip to content
Permalink
Browse files
src: remove return after abort
PR-URL: #46172
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
codebytere authored and juanarbol committed Jan 31, 2023
1 parent 38df662 commit 53ecd20
Showing 1 changed file with 0 additions and 1 deletion.
@@ -244,7 +244,6 @@ void BuiltinLoader::AddExternalizedBuiltin(const char* id,
fprintf(
stderr, "Cannot load externalized builtin: \"%s:%s\".\n", id, filename);
ABORT();
return;
}

Add(id, source);

0 comments on commit 53ecd20

Please sign in to comment.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.