Skip to content

Commit e85f766

Browse files
codebytereRafaelGSS
authored andcommitted
src: remove return after abort
PR-URL: #46172 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c150b31 commit e85f766

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_builtins.cc

-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ void BuiltinLoader::AddExternalizedBuiltin(const char* id,
247247
fprintf(
248248
stderr, "Cannot load externalized builtin: \"%s:%s\".\n", id, filename);
249249
ABORT();
250-
return;
251250
}
252251

253252
Add(id, source);

0 commit comments

Comments
 (0)