0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 21:30:16 +02:00

don't do debug

This commit is contained in:
Zack Scholl 2018-10-19 07:33:08 -07:00
parent 0e4fff7378
commit 4e55b1efd1

View file

@ -153,7 +153,7 @@ func main() {
defer os.Chdir(cwd)
os.Chdir(fn)
cr := croc.Init(true)
cr := croc.Init(false)
cr.WindowRecipientPrompt = true
done := make(chan bool)