14 lines
381 B
Diff
14 lines
381 B
Diff
|
diff --git a/pkg/framework/coremodel/helpers.go b/pkg/framework/coremodel/helpers.go
|
||
|
index 20d111edba..6655f81cee 100644
|
||
|
--- a/pkg/framework/coremodel/helpers.go
|
||
|
+++ b/pkg/framework/coremodel/helpers.go
|
||
|
@@ -26,7 +26,7 @@ func init() {
|
||
|
var err error
|
||
|
defaultFramework, err = doLoadFrameworkCUE(cuectx.ProvideCUEContext())
|
||
|
if err != nil {
|
||
|
- panic(err)
|
||
|
+// panic(err)
|
||
|
}
|
||
|
}
|
||
|
|