Skip to content

Commit 4646ad4

Browse files
committed
minor: console.log -> console.info in api-diff
1 parent 7723212 commit 4646ad4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/deno/api-diff.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ const headPath = (await genForCommit(head, args.force)) + '/Api.ts'
130130
await $`${diffTool} ${basePath} ${headPath} || true`
131131

132132
// useful if you want to open the file directly in an editor
133-
console.log('Before:', basePath)
134-
console.log('After: ', headPath)
133+
console.info('Before:', basePath)
134+
console.info('After: ', headPath)

0 commit comments

Comments
 (0)