sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.57k stars 268 forks source link

Panicf is excessive #333

Open c-smile opened 2 years ago

c-smile commented 2 years ago

Here: https://github.com/sciter-sdk/go-sciter/blob/99cd4de65a26163ff93872ef7bba888b479081dc/sciter.go#L1518 Panicf is excessive - not future compatible.

Please see: https://sciter.com/forums/topic/build-success-on-mac-os-but-run-error/ for the details.