mirror of
https://github.com/taigrr/wails.git
synced 2026-04-13 18:38:11 -07:00
[v2] Fix timing bug
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user