diff options
Diffstat (limited to 'www/deno/files/patch-tools_wpt_utils.ts')
-rw-r--r-- | www/deno/files/patch-tools_wpt_utils.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/deno/files/patch-tools_wpt_utils.ts b/www/deno/files/patch-tools_wpt_utils.ts new file mode 100644 index 000000000000..a096d7885db3 --- /dev/null +++ b/www/deno/files/patch-tools_wpt_utils.ts @@ -0,0 +1,10 @@ +--- tools/wpt/utils.ts.orig 2022-10-26 10:28:29 UTC ++++ tools/wpt/utils.ts +@@ -174,6 +174,7 @@ export async function generateRunInfo(): Promise<unkno + "windows": "win", + "darwin": "mac", + "linux": "linux", ++ "freebsd": "freebsd", + }; + const proc = await Deno.spawn("git", { + args: ["rev-parse", "HEAD"], |