Skip to content

Commit

Permalink
maint: fix cryptic error from ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Sep 30, 2024
1 parent 117c4db commit 491f5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as fs from "fs";
import { join, extname } from "path";
import { fileURLToPath } from 'url';

const __dirname = url.fileURLToPath(new URL('.', import.meta.url));
const __dirname = fileURLToPath(new URL('.', import.meta.url));

function pad(number: number) {
if (number < 10) {
Expand Down

0 comments on commit 491f5b7

Please sign in to comment.