Skip to content

Commit

Permalink
[script] fix: recursive include has to bail
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
jd28 committed Nov 22, 2023
1 parent 9efb6d5 commit bc6461f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/nw/script/Nss.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ void Nss::process_includes(Nss* parent)
string::join(parent->ctx_->include_stack_, ", ")),
false,
include.location);
return;
}
}

Expand Down

0 comments on commit bc6461f

Please sign in to comment.