Skip to content

Commit

Permalink
Remove unnecessary console.log statement in build command
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 20, 2024
1 parent 17aba69 commit fd0701c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/techor/src/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ export default (program: Command) => program.command('build [entryPaths...]')
const eachOutputResults = []
await output(event.result, eachBuildOptions.outputOptionsList, eachOutputResults)
printOutputResults(eachOutputResults, buildStartTime)
if (config.build.declare) console.log('')
}
if (event.code === 'ERROR') {
console.error(event.error)
Expand Down

0 comments on commit fd0701c

Please sign in to comment.