chore: remove redundant log in build-schemas.ts (#5480)

This commit is contained in:
RUNZE LU 2022-09-30 18:10:21 +08:00 committed by GitHub
parent 41bdee3332
commit 0784488019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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