From a4f27c4d570ad9b47bbd560fbf9b017f852fc29f Mon Sep 17 00:00:00 2001 From: Steven Guerrero Date: Sat, 21 Nov 2020 16:13:18 -0500 Subject: feat(std/node): Add Readable Stream / Writable Stream / errors support (#7569) --- std/node/assertion_error.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'std/node/assertion_error.ts') diff --git a/std/node/assertion_error.ts b/std/node/assertion_error.ts index 09e882f01..14b55156a 100644 --- a/std/node/assertion_error.ts +++ b/std/node/assertion_error.ts @@ -44,8 +44,7 @@ const { keys: ObjectKeys, } = Object; -import { codes } from "./_errors.ts"; -const { ERR_INVALID_ARG_TYPE } = codes; +import { ERR_INVALID_ARG_TYPE } from "./_errors.ts"; let blue = ""; let green = ""; -- cgit v1.2.3