Skip to content

Commit

Permalink
Merge pull request #4 from SwiftFiddle/kishikawakatsumi-patch-1
Browse files Browse the repository at this point in the history
Update main.ts
  • Loading branch information
kishikawakatsumi authored Apr 8, 2024
2 parents add078c + 998b7c2 commit a2222ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function makeSwiftCommand(
): Deno.Command {
const command = parameters.command || "swift";
const options = parameters.options ||
"-I ./swiftfiddle.com/_Packages/.build/release/ -L ./swiftfiddle.com/_Packages/.build/release/ -l_Packages -enable-bare-slash-regex";
"-I ./swiftfiddle.com/_Packages/.build/release/ -L ./swiftfiddle.com/_Packages/.build/release/ -l_Packages";
const timeout = parameters.timeout || 60;
const color = parameters._color || false;
const env = color
Expand Down

0 comments on commit a2222ff

Please sign in to comment.