Skip to content

Commit b2969a9

Browse files
committed
Don't call AtExit twice
1 parent fb8830a commit b2969a9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/node.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,6 @@ static void AtExit() {
17761776

17771777

17781778
static void SignalExit(int signal) {
1779-
AtExit();
17801779
exit(1);
17811780
}
17821781

0 commit comments

Comments
 (0)