Skip to content

Commit

Permalink
Update log.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ygxbnet committed Feb 4, 2024
1 parent 4c5e6ca commit beeefee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func Error(a ...any) {
writeToFile(a)
fmt.Println(a)
fmt.Println(a...)
}

func writeToFile(a ...any) {
Expand Down

0 comments on commit beeefee

Please sign in to comment.