add started log

This commit is contained in:
yuzuki999
2023-09-02 17:45:32 +08:00
parent 38081e14c2
commit 1ad7bf5d83
3 changed files with 14 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ func (o *Options) UnmarshalJSON(data []byte) error {
o.SingOptions = NewSingOptions()
return json.Unmarshal(data, o.SingOptions)
default:
o.Core = ""
o.RawOptions = data
}
return nil