diff --git a/src/library.js b/src/library.js index f8a82e3..16eb3e0 100644 --- a/src/library.js +++ b/src/library.js @@ -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