fix releaser tools
Some checks failed
Build / build (push) Successful in 10m0s
Test / build (push) Failing after 15m32s

This commit is contained in:
Chuck Smith
2024-03-24 12:23:19 -04:00
parent 005f3b6a13
commit 387bb80094
7 changed files with 93 additions and 28 deletions

View File

@@ -70,11 +70,6 @@ func main() {
args := flag.Args()
copy(object.Arguments, args)
object.StandardInput = os.Stdin
object.StandardOutput = os.Stdout
object.ExitFunction = os.Exit
if compile {
if len(args) < 1 {
log.Fatal("no source file given to compile")