Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
1 change: 0 additions & 1 deletion src/node_builtins.cc
Expand Up @@ -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);
Expand Down

0 comments on commit 53ecd20

Please sign in to comment.