mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 10:29:19 +08:00
chore: remove redundant log in build-schemas.ts (#5480)
This commit is contained in:
parent
41bdee3332
commit
0784488019
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user