5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 04:29:35 +08:00

[v2] Fix timing bug

This commit is contained in:
Lea Anthony 2021-10-02 19:55:49 +10:00
parent 9dc2caecf0
commit e2e752dd06

View File

@ -277,6 +277,7 @@ func AddSubcommand(app *clir.Cli, w io.Writer) error {
ext = ext[1:]
if _, exists := extensionsThatTriggerARebuild[ext]; exists {
rebuild = true
timer.Reset(interval)
continue
}
}