mirror of https://github.com/Hilbis/Hilbish
Compare commits
No commits in common. "cd06c61195a1d76df71eee806c41db9ef379ea5b" and "a4dbfbf4bbe8a288139861b8af80ab42a45f0f21" have entirely different histories.
cd06c61195
...
a4dbfbf4bb
3
lua.go
3
lua.go
|
@ -170,8 +170,7 @@ func hshinterval(L *lua.LState) int {
|
|||
NRet: 0,
|
||||
Protect: true,
|
||||
}); err != nil {
|
||||
fmt.Fprintln(os.Stderr,
|
||||
"Error in interval function:\n\n", err)
|
||||
panic(err)
|
||||
}
|
||||
case <-stop:
|
||||
ticker.Stop()
|
||||
|
|
Loading…
Reference in New Issue