mirror of
https://gitee.com/energye/energy.git
synced 2024-11-29 18:28:06 +08:00
增加底层动态链接库异常捕获
This commit is contained in:
parent
f59c18dfed
commit
87913dd145
@ -16,6 +16,7 @@ package exception
|
||||
import "github.com/energye/energy/v2/cef/internal/exception"
|
||||
|
||||
// SetOnException 设置 liblcl -> CEF 低层异常捕获回调函数
|
||||
// Supports: Windows, MacOS.
|
||||
func SetOnException(fn exception.Callback) {
|
||||
exception.HandlerInit(fn)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user