Skip to content

Commit

Permalink
GH-32206: Testing ValueOrStop.
Browse files Browse the repository at this point in the history
  • Loading branch information
trifleneurotic authored Oct 26, 2024
1 parent 0ccb95d commit 256b249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/src/filesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ std::shared_ptr<fs::GcsFileSystem> fs___GcsFileSystem__Make(bool anonymous,

auto io_context = MainRThread::GetInstance().CancellableIOContext();

return fs::GcsFileSystem::Make(gcs_opts, io_context);
return ValueOrStop(fs::GcsFileSystem::Make(gcs_opts, io_context));
}

// [[gcs::export]]
Expand Down

0 comments on commit 256b249

Please sign in to comment.