You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
381 B
14 lines
381 B
8 months ago
|
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)
|
||
|
}
|
||
|
}
|
||
|
|