We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8072152 commit 0cb994dCopy full SHA for 0cb994d
scripts/localize-deno-dependency.mts
@@ -5,8 +5,6 @@ import { fileURLToPath } from "node:url";
5
const __filename = fileURLToPath(import.meta.url);
6
const __dirname = dirname(__filename);
7
8
-console.log(__filename, __dirname);
9
-
10
async function main() {
11
await copyFile(
12
resolve(__dirname, "../dist/bin.js"),
0 commit comments