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:
parent
9dc2caecf0
commit
e2e752dd06
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user