mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
don't do debug
This commit is contained in:
parent
0e4fff7378
commit
4e55b1efd1
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ func main() {
|
||||||
defer os.Chdir(cwd)
|
defer os.Chdir(cwd)
|
||||||
os.Chdir(fn)
|
os.Chdir(fn)
|
||||||
|
|
||||||
cr := croc.Init(true)
|
cr := croc.Init(false)
|
||||||
cr.WindowRecipientPrompt = true
|
cr.WindowRecipientPrompt = true
|
||||||
|
|
||||||
done := make(chan bool)
|
done := make(chan bool)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue