mirror of
https://github.com/LewdLeah/Auto-Cards.git
synced 2025-07-06 05:30:27 -04:00
Update library.js
This commit is contained in:
parent
16197e7466
commit
2b26ea9c29
1 changed files with 2 additions and 0 deletions
|
@ -5963,3 +5963,5 @@ function AutoCards(inHook, inText, inStop) {
|
||||||
return codomain;
|
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]; } }
|
} 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue