fiatjaf / njump

mirror of https://git.njump.me/njump
MIT License
108 stars 24 forks source link

panic on main #65

Closed mattn closed 3 months ago

mattn commented 3 months ago
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x98 pc=0xe1d30f]

goroutine 1 [running]:
main.main()
    /app/main.go:69 +0x1af

sys still be nil at main.go:69 sys is instantiated at initSystem()

fiatjaf commented 3 months ago

Oops, sorry.