Update home.tsx

This commit is contained in:
Ted 2025-02-20 18:35:36 +08:00
parent 2f84d0a9da
commit 1f95ad2ced
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ export function Home() {
} catch (err) { } catch (err) {
try { try {
window.ReactNativeWebView.postMessage( window.ReactNativeWebView.postMessage(
`${err.message} -- try catch 失败`, `${(err as Error).message} -- try catch 失败`,
); );
} catch {} } catch {}
} }