This commit is contained in:
Graham Christensen 2024-04-19 11:46:29 -04:00
parent fa0008f8e8
commit 2e9d44ddf6
2 changed files with 2 additions and 0 deletions

1
dist/index.js generated vendored
View file

@ -95647,6 +95647,7 @@ idslib.onMain(async () => {
console.log(await getDetails()); console.log(await getDetails());
await setUpAutoCache(idslib); await setUpAutoCache(idslib);
await notifyAutoCache(); await notifyAutoCache();
throw new Error("hi");
}); });
idslib.onPost(async () => { idslib.onPost(async () => {
await tearDownAutoCache(); await tearDownAutoCache();

View file

@ -317,6 +317,7 @@ idslib.onMain(async () => {
console.log(await platform.getDetails()); console.log(await platform.getDetails());
await setUpAutoCache(idslib); await setUpAutoCache(idslib);
await notifyAutoCache(); await notifyAutoCache();
throw new Error("hi");
}); });
idslib.onPost(async () => { idslib.onPost(async () => {
await tearDownAutoCache(); await tearDownAutoCache();