Skip to content

Commit 63d8408

Browse files
author
chenjie
committed
update
1 parent 826c53b commit 63d8408

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codegen/tml/config/template_config.go

+3
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ func initapp(path string, notice func(*AppConfig)) {
179179
log.Error(nil,"[config.initapp] hot update config file format error:", e)
180180
continue
181181
}
182+
if notice != nil {
183+
notice(c)
184+
}
182185
AC = c
183186
case err, ok := <-watcher.Errors:
184187
if !ok {

0 commit comments

Comments
 (0)