From 078448801996773754592a84f781aa56fac2b0a5 Mon Sep 17 00:00:00 2001 From: RUNZE LU <36724300+lurunze1226@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:10:21 +0800 Subject: [PATCH] chore: remove redundant log in build-schemas.ts (#5480) --- scripts/build-schemas.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-schemas.ts b/scripts/build-schemas.ts index 8a80d3e418d..44df8a06d28 100644 --- a/scripts/build-schemas.ts +++ b/scripts/build-schemas.ts @@ -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