Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Formatting.
  • Loading branch information
matanlurey committed Aug 29, 2023
commit a715e87f4efb55156e6919aaf0e899336f11b6a1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class BuildBucketGoldenScraper {
String? engineSrcPath,
StringSink? outSink,
}) :
engine = engineSrcPath != null ?
engine = engineSrcPath != null ?
Engine.fromSrcPath(engineSrcPath) :
Engine.findWithin(p.dirname(p.fromUri(io.Platform.script))),
_outSink = outSink ?? io.stdout;
Expand Down