[TS] Call FinalizationRegistry.register with a unregister token
authorMatt Corallo <git@bluematt.me>
Fri, 5 Aug 2022 01:17:13 +0000 (01:17 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 5 Aug 2022 01:56:50 +0000 (01:56 +0000)
We were assuming we could use `unregister` but weren't actually
passing an "unregister token", which causes unregister to not
function properly.


No differences found