mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -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
|
* @internal
|
||||||
*/
|
*/
|
||||||
// tslint:disable-next-line:no-any
|
// tslint:disable-next-line:no-any
|
||||||
|
|
Loading…
Reference in a new issue