Skip to content

Commit

Permalink
chore: remove redundant log in build-schemas.ts (#5480)
Browse files Browse the repository at this point in the history
  • Loading branch information
lurunze1226 authored Sep 30, 2022
1 parent 41bdee3 commit 0784488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ main().catch(e => {

const sourceFile = node.getSourceFile();
const position = sourceFile.getLineAndCharacterOfPosition(node.pos);
console.log(sourceFile, position);

console.log(
`\x1b[36m${sourceFile.fileName}:${position.line + 1}:${
position.character + 1
Expand Down

0 comments on commit 0784488

Please sign in to comment.