diff options
Diffstat (limited to 'cli/js/util.ts')
-rw-r--r-- | cli/js/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/util.ts b/cli/js/util.ts index ec39d6f35..692ea6d00 100644 --- a/cli/js/util.ts +++ b/cli/js/util.ts @@ -53,7 +53,7 @@ export function createResolvable<T>(): Resolvable<T> { // @internal export function notImplemented(): never { - throw new Error("Not implemented"); + throw new Error("not implemented"); } // @internal |