Skip to content

Commit

Permalink
Fixup missing return statement in internal.c++. (#2085)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell authored May 2, 2024
1 parent 01700a3 commit a105553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/workerd/api/streams/internal.c++
Original file line number Diff line number Diff line change
Expand Up @@ -1313,6 +1313,7 @@ void WritableStreamInternalController::detach(jsg::Lock& js) {
}
KJ_CASE_ONEOF(writable, Writable) {
state.init<StreamStates::Closed>();
return;
}
}

Expand Down

0 comments on commit a105553

Please sign in to comment.