We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c299fb commit 7e802daCopy full SHA for 7e802da
new-log-viewer/src/utils/config.ts
@@ -31,7 +31,7 @@ const CONFIG_DEFAULT: ConfigMap = Object.freeze({
31
* @param props.key
32
* @param props.value
33
* @return `null` if the value is valid, or an error message otherwise.
34
- * @throws {Error} If the config item should not be handled by the config utilities.
+ * @throws {Error} If the config item cannot be managed by these config utilities.
35
*/
36
const testConfig = ({key, value}: ConfigUpdate): Nullable<string> => {
37
let result = null;
0 commit comments