From bc85d1138ef83ae5155bc056077ae54e9efcf44f Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Mon, 19 Aug 2024 15:19:37 -0600 Subject: [PATCH] pr fix --- src/lib/stable/error.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/stable/error.ts b/src/lib/stable/error.ts index 840f8b88af..af5f48c9da 100644 --- a/src/lib/stable/error.ts +++ b/src/lib/stable/error.ts @@ -1,4 +1,4 @@ -// import { trap } from './ic_apis/trap'; // TODO why does this break bitcoin_psbt examples? +// import { trap } from './ic_apis/trap'; // TODO why does this break bitcoin_psbt examples? https://github.com/demergent-labs/azle/issues/2003 import { trap } from '.'; export function handleUncaughtError(rawError: any): never {