fixed: 修复无法创建新内容的bug
This commit is contained in:
parent
8b93ede959
commit
d19e446416
|
@ -33,5 +33,4 @@ func (c *Writer) Printf(message string, data ...any) {
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
c.writer.Printf(message, data...)
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue