diff options
Diffstat (limited to 'js/errors.ts')
-rw-r--r-- | js/errors.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/errors.ts b/js/errors.ts index cefa4a863..42cff60db 100644 --- a/js/errors.ts +++ b/js/errors.ts @@ -1,6 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import { Base, ErrorKind } from "gen/msg_generated"; -export { ErrorKind } from "gen/msg_generated"; +import { Base, ErrorKind } from "gen/cli/msg_generated"; +export { ErrorKind } from "gen/cli/msg_generated"; /** A Deno specific error. The `kind` property is set to a specific error code * which can be used to in application logic. |