deepsource: empty string test improving
This commit is contained in:
parent
435196300e
commit
9587f6d16c
@ -124,7 +124,7 @@ func (w *fileLogWriter) Init(config string) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if len(w.Filename) == 0 {
|
if w.Filename == "" {
|
||||||
return errors.New("jsonconfig must have filename")
|
return errors.New("jsonconfig must have filename")
|
||||||
}
|
}
|
||||||
w.suffix = filepath.Ext(w.Filename)
|
w.suffix = filepath.Ext(w.Filename)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user