Update library.js

This commit is contained in:
LewdLeah 2025-05-27 20:53:43 -04:00 committed by GitHub
parent 16197e7466
commit 2b26ea9c29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5963,3 +5963,5 @@ function AutoCards(inHook, inText, inStop) {
return codomain;
}
} AutoCards(null); function isolateLSIv2(code, log, text, stop) { const console = Object.freeze({log}); try { eval(code); return [null, text, stop]; } catch (error) { return [error, text, stop]; } }
// Your other library scripts go here