Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ijaz Ahmad
ksonnet
Commits
dcff8774
Commit
dcff8774
authored
Apr 03, 2018
by
Maxim Ivanov
Browse files
Print more stack frames on infinite loops
Signed-off-by:
Maxim Ivanov
<
ivanov.maxim@gmail.com
>
parent
1664590e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
component/jsonnet.go
component/jsonnet.go
+1
-0
No files found.
component/jsonnet.go
View file @
dcff8774
...
...
@@ -145,6 +145,7 @@ func (j *Jsonnet) Objects(paramsStr, envName string) ([]*unstructured.Unstructur
}
vm
:=
jsonnet
.
MakeVM
()
vm
.
ErrorFormatter
.
SetMaxStackTraceSize
(
40
)
vm
.
Importer
(
importer
)
log
.
Debugf
(
"%s convert to jsonnet: setting %q to %q"
,
j
.
Name
(
true
),
"__ksonnet/params"
,
paramsStr
)
vm
.
ExtCode
(
"__ksonnet/params"
,
paramsStr
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment