Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
hyorigo committed Feb 26, 2024
1 parent 755a154 commit 326b6f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions run.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ func (m *Machine) runInternal(ctx context.Context, extras StringAnyMap) (out Str

// run with everything prepared
m.runTimes++
//res, err := starlark.ExecFileOptions(m.getFileOptions(), m.thread, scriptName, source, m.predeclared)
//res, err := starlarkExecFile(m.getFileOptions(), m.thread, scriptName, source, m.predeclared)
res, err := m.execStarlarkFile(scriptName, source)
done <- struct{}{}

Expand Down

0 comments on commit 326b6f8

Please sign in to comment.