diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/util.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/util.ts b/js/util.ts index efe0dcf84..f65477ee5 100644 --- a/js/util.ts +++ b/js/util.ts @@ -9,7 +9,8 @@ export function setLogDebug(debug: boolean): void { } /** - * Debug logging for deno. Enable with the `--DEBUG` command line flag. + * Debug logging for deno. + * Enable with the `--log-debug` or `-D` command line flag. * @internal */ // tslint:disable-next-line:no-any |