diff options
Diffstat (limited to 'js/errors.ts')
-rw-r--r-- | js/errors.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/errors.ts b/js/errors.ts index 2614c90c5..e4494520d 100644 --- a/js/errors.ts +++ b/js/errors.ts @@ -1,3 +1,4 @@ +// Copyright 2018 the Deno authors. All rights reserved. MIT license. import { Base, ErrorKind } from "gen/msg_generated"; export { ErrorKind } from "gen/msg_generated"; |