Skip to content

Commit ac8b776

Browse files
committed
fix uboErr issue
1 parent ec8c525 commit ac8b776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/resources/set-constant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export function setConstantFn(
178178
});
179179
safe.adnlog(logPrefix, 'Trap installed');
180180
} catch(ex) {
181-
safe.uboErr(logPrefix, ex);
181+
safe.adnErr(logPrefix, ex);
182182
}
183183
};
184184
const trapChain = function(owner, chain) {

0 commit comments

Comments
 (0)