diff options
Diffstat (limited to 'cli/js/internals.ts')
-rw-r--r-- | cli/js/internals.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/internals.ts b/cli/js/internals.ts index 174e9a0d4..a675c5d7f 100644 --- a/cli/js/internals.ts +++ b/cli/js/internals.ts @@ -1,5 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -export const internalSymbol = Symbol("Deno.internal"); +export const internalSymbol = Symbol("Deno.symbols.internal"); // The object where all the internal fields for testing will be living. // eslint-disable-next-line @typescript-eslint/no-explicit-any |