Skip to content

Commit 10db4a7

Browse files
committed
Allow none as value for the clientLogLevel option
Fixes #693
1 parent a874303 commit 10db4a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/optionsSchema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"clientLogLevel": {
5555
"description": "Controls the log messages shown in the browser.",
5656
"enum": [
57+
"none",
5758
"info",
5859
"warning",
5960
"error"

0 commit comments

Comments
 (0)