Skip to content

Commit 2c5d381

Browse files
committed
fix
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
1 parent 08161bf commit 2c5d381

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/testing/store.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ func (s *storeFactory) GetStoreKinds() (kinds []StoreKind, err error) {
279279

280280
var data []byte
281281
if data, err = os.ReadFile(path.Join(s.configDir, "data", "core", "extension.yaml")); err != nil {
282-
// 扩展定义文件是可选的,首次启动缺失时返回空配置。
283282
if os.IsNotExist(err) {
284283
err = nil
285284
}

0 commit comments

Comments
 (0)