summaryrefslogtreecommitdiff
path: root/sleep.go
diff options
context:
space:
mode:
Diffstat (limited to 'sleep.go')
-rw-r--r--sleep.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleep.go b/sleep.go
index 17a6243..40484be 100644
--- a/sleep.go
+++ b/sleep.go
@@ -41,7 +41,7 @@ func Sleep(a ...any) {
exit("dont like apples") # ok. I'll make a note of that
*/
func Exit(a ...any) {
- Error(errors.New("log.Exit()"), a)
+ Error(errors.New("log.Exit()"), a...)
//if (a) {
// os.Exit(a)
//}