We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da01cb commit ec4aa35Copy full SHA for ec4aa35
src/cleanup.ts
@@ -24,4 +24,4 @@ export async function cleanupAsync() {
24
25
export function addToCleanupQueue(fn: CleanUpFunction | CleanUpFunctionAsync) {
26
cleanupQueue.add(fn);
27
-}
+}
0 commit comments