mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 05:31:40 +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:]
|
ext = ext[1:]
|
||||||
if _, exists := extensionsThatTriggerARebuild[ext]; exists {
|
if _, exists := extensionsThatTriggerARebuild[ext]; exists {
|
||||||
rebuild = true
|
rebuild = true
|
||||||
|
timer.Reset(interval)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user