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 a344717 commit e3097f0Copy full SHA for e3097f0
‎util/deno.json‎
@@ -1,6 +1,6 @@
1
{
2
"name": "@gaubee/util",
3
- "version": "0.35.1",
+ "version": "0.35.2",
4
"exports": {
5
"./abort": "./src/abort.ts",
6
"./bigint": "./src/bigint.ts",
‎util/src/func.ts‎
@@ -337,7 +337,6 @@ export const func_parallel_limit = <T extends Func<void>>(
337
return;
338
}
339
const func = next.value;
340
- console.log("qaq", func);
341
//@ts-ignore
342
const result = (await func_catch(func)()) as FuncCatch.Return<unknown, Func.Return<T>>;
343
void returns.emit({source: func, result});
0 commit comments