mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
begin coverting old code that uses non oop numbers to use oop numbers
This commit is contained in:
@@ -23,7 +23,7 @@ func main() {
|
||||
if !debug {
|
||||
defer func() {
|
||||
if r := recover(); r != nil {
|
||||
fmt.Println("There was a fundamental error in argon v3 that caused it to crash.")
|
||||
fmt.Println("There was a fundamental error in argon v" + VERSION + " that caused it to crash.")
|
||||
fmt.Println()
|
||||
fmt.Println("website:", website)
|
||||
fmt.Println("docs:", docs)
|
||||
|
||||
Reference in New Issue
Block a user