fix: dont print "// interrupt" on ctrlc

pull/38/head
sammy 2021-04-15 06:28:47 -04:00
parent 885c54ed3f
commit 00ff4d6149
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ func HandleSignals() {
for range c {
if !running {
fmt.Println(" // interrupt")
readline.ReplaceLine("", 0)
readline.RefreshLine()
}