mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
fix command line flag in the comment
This commit is contained in:
parent
0ca7301a2d
commit
aaf70ca092
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue