Skip to content

Commit

Permalink
sdgdfh
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Oct 14, 2023
1 parent 08bf216 commit c700162
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func env(_ name: String) -> String {
try? FileHandle.standardError.write(contentsOf: Array("Incomplete environment: \(name).\n".utf8))
exit(1)
}
return value
}

func main() {
Expand Down

0 comments on commit c700162

Please sign in to comment.