From 87913dd1459c369c3abc693c5c4b5e50b73d2290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E7=BA=A2=E5=B2=A9?= Date: Wed, 1 Nov 2023 17:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BA=95=E5=B1=82=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E9=93=BE=E6=8E=A5=E5=BA=93=E5=BC=82=E5=B8=B8=E6=8D=95?= =?UTF-8?q?=E8=8E=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cef/exception/exception.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cef/exception/exception.go b/cef/exception/exception.go index 80b346a5..472c8f2a 100644 --- a/cef/exception/exception.go +++ b/cef/exception/exception.go @@ -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) }