This commit is contained in:
Liang Ding 2022-07-04 22:59:41 +08:00
parent 67ffbc995a
commit ac116ed206
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 1 additions and 8 deletions

View file

@ -29,10 +29,6 @@ import (
var assetsWatcher *watcher.Watcher
func WatchAssets() {
if "iOS" == util.Container {
return
}
go func() {
watchAssets()
}()