mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
polish(v2): url-subpath config validation warning (#4977)
This commit is contained in:
parent
dfe32dac9e
commit
9fe79caadc
3 changed files with 51 additions and 5 deletions
|
@ -35,7 +35,7 @@ export const logValidationBugReportHint = (): void => {
|
|||
);
|
||||
};
|
||||
|
||||
function printWarning(warning?: Joi.ValidationError) {
|
||||
export function printWarning(warning?: Joi.ValidationError) {
|
||||
if (warning) {
|
||||
const warningMessages = warning.details
|
||||
.map(({message}) => message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue