Make it work on windows

This commit is contained in:
dylan
2023-05-07 13:00:04 -07:00
parent 87d3e6fc9b
commit c53373ea47
3 changed files with 23 additions and 3 deletions

View File

@@ -37,4 +37,7 @@ try {
} catch (err) {
console.log("If you are running this on linux, please make sure you have 'xsel' installed.");
throw err;
}
}
// path
export * as path from "https://deno.land/std@0.186.0/path/mod.ts";