commands: Move time notification to after any build errors
authorJohn Hollowell <johnahollowell@gmail.com>
Mon, 5 Jul 2021 08:38:54 +0000 (04:38 -0400)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 08:38:54 +0000 (10:38 +0200)
commit04dc469fbd78d9fe784829f2cba61c8cce982bdb
tree020059d5a610783812f09f3858b7b9b34a1c72bf
parent07919d1ccb01733f4c6c5952e59228cecc9b26c8
commands: Move time notification to after any build errors

This allows error parsers (VSCode problemMatchers) to use the time notification as bounds for detecting errors.

Closes #8403
commands/commands.go
commands/hugo.go
commands/server.go