Update tryToCatch dependency and usages

This commit is contained in:
Cadence Ember
2026-03-08 22:36:05 +13:00
parent 6a2606cbdb
commit f7a5b2d74c
12 changed files with 16 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
// @ts-check
const tryToCatch = require("try-to-catch")
const {tryToCatch} = require("try-to-catch")
const {test} = require("supertape")
const {reg, checkRegistration, getTemplateRegistration} = require("./read-registration")