Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FlamingTempura committed Sep 7, 2024
1 parent 7ec5e35 commit 5ae1063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/bibtex-tidy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { argsToOptions } from "./argsToOptions";

const { readFile, writeFile, copyFile } = fsp;

console.log(process.argv);
console.log(process.argv, process.stdin.isTTY, process.env);

const nodeVer = Number(versions.node.split(".")[0]);

Expand Down

0 comments on commit 5ae1063

Please sign in to comment.