From 2f868a5cfe420f3a441696aa60bc651b4a32b086 Mon Sep 17 00:00:00 2001 From: Antonio Stoilkov Date: Fri, 29 Jul 2022 10:18:23 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20no=20longer=20valid=20c?= =?UTF-8?q?omment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/index.ts b/index.ts index 1844501..c485dca 100644 --- a/index.ts +++ b/index.ts @@ -50,7 +50,6 @@ export async function pSignal( removeAbortListener() if (result instanceof AbortedValue) { - // intentionally creating a new error because this one will have a better stack trace throw createAbortError() }