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
72110c1c
Unverified
Commit
72110c1c
authored
Apr 03, 2018
by
Bryan Liles
Committed by
GitHub
Apr 03, 2018
Browse files
Merge pull request #413 from redbaron/more-stack
Print more stack frames on infinite loops
parents
26e50b44
dcff8774
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 @
72110c1c
...
...
@@ -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