diff options
| author | Steven Guerrero <stephenguerrero43@gmail.com> | 2020-11-21 16:13:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-21 16:13:18 -0500 |
| commit | a4f27c4d570ad9b47bbd560fbf9b017f852fc29f (patch) | |
| tree | 84b3b0111fca262932aa2be7f1ef884fc6d5ddc3 /std/node/assertion_error.ts | |
| parent | ce890f2ae7e8b557211e8f529180d30dc44ea7b5 (diff) | |
feat(std/node): Add Readable Stream / Writable Stream / errors support (#7569)
Diffstat (limited to 'std/node/assertion_error.ts')
| -rw-r--r-- | std/node/assertion_error.ts | 3 |
1 files changed, 1 insertions, 2 deletions
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 = ""; |
