diff options
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 = ""; |