Skip to content

Commit

Permalink
Add missing return
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 568125662
Change-Id: If9d4990de32c9503a2b78393b944d6bcb58c5477
  • Loading branch information
happyCoder92 authored and copybara-github committed Sep 25, 2023
1 parent ee7b76f commit fadfa79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sandboxed_api/sandbox2/global_forkclient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ void GlobalForkClient::EnsureStartedLocked(GlobalForkserverStartMode mode) {
if (!forkserver.ok()) {
SAPI_RAW_LOG(ERROR, "Starting forkserver failed: %s",
forkserver.status().message().data());
return;
}
instance_ = forkserver->release();
}
Expand Down

0 comments on commit fadfa79

Please sign in to comment.