Skip to content

Commit

Permalink
Update tools/prepend-type-ref.js
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Trotta <github@fasttime.org>
  • Loading branch information
nzakas and fasttime authored May 9, 2024
1 parent 60c1495 commit 9fef137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/prepend-type-ref.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import path from "node:path";
//-----------------------------------------------------------------------------

// read file from the command line
const filePath = process.argv.slice(2)[0];
const filePath = process.argv[2];
const filename = path.basename(filePath, ".js");

// read the file
Expand Down

0 comments on commit 9fef137

Please sign in to comment.