diff options
Diffstat (limited to 'cli/js/symbols.ts')
-rw-r--r-- | cli/js/symbols.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/symbols.ts b/cli/js/symbols.ts index 785b47357..59d0751c0 100644 --- a/cli/js/symbols.ts +++ b/cli/js/symbols.ts @@ -4,5 +4,5 @@ import { customInspect } from "./web/console.ts"; export const symbols = { internal: internalSymbol, - customInspect + customInspect, }; |