Skip to content

Commit

Permalink
Update env.go
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jun 19, 2024
1 parent 3e1234b commit 2dc4d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (e Env) MetaCallBuild(arg string) Env {

func (e Env) MetacallRuntime(arg string) Env {
e.state = e.state.Run(llb.Shlexf("bash /usr/local/metacall/tools/metacall-runtime.sh base ports clean %v", arg)).
Root()
Root() // TODO: Add backtrace

return e
}
Expand Down

0 comments on commit 2dc4d3c

Please sign in to comment.