small pixel drawing of a pufferfish zoa

*
Jes Olson j3s@c3f.net
Sat, 01 Oct 2022 15:38:33 -0500
commit

aef27f961e323ddd78bcb15399c01c238ea83f1b

parent

2324a23f1c9047bfe211dfa9a331ac1a98bc9c54

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M shell/shell.goshell/shell.go

@@ -32,7 +32,7 @@ }

r, err = interp.New( // TODO: make debug flag enable stdout - interp.StdIO(nil, nil, os.Stdout), + interp.StdIO(nil, os.Stdout, os.Stdout), interp.CallHandler(CallHandler), interp.Env(envs), )

@@ -147,7 +147,7 @@ dstChk = ""

} if srcChk == dstChk { - fmt.Println("file unchanged") + fmt.Println(dst + " unchanged") return false, nil } // TODO: pass the file through a templating engine