mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
update how powers work
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
var debug = os.Getenv("__ARGON_DEBUG__") == "true"
|
||||
|
||||
func debugPrintln(a ...interface{}) {
|
||||
func debugPrintln(a ...any) {
|
||||
if debug {
|
||||
go func() {
|
||||
defer func() {
|
||||
|
||||
Reference in New Issue
Block a user