Skip to content

Commit bb048d8

Browse files
committed
Use ms precision for static change logging
1 parent 9299a16 commit bb048d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎commands/hugo.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ func (c *commandeer) newWatcher(port int) error {
888888
}
889889

890890
c.Logger.FEEDBACK.Println("\nStatic file changes detected")
891-
const layout = "2006-01-02 15:04 -0700"
891+
const layout = "2006-01-02 15:04:05.000 -0700"
892892
c.Logger.FEEDBACK.Println(time.Now().Format(layout))
893893

894894
if c.Cfg.GetBool("forceSyncStatic") {

0 commit comments

Comments
 (0)