Commit 13be9aa0 authored by XhmikosR's avatar XhmikosR
Browse files

Ignore the bogus lang vnu.jar error.

parent 2f9d4d8a
6 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25494web pack,!25326Adjust examples,!23207#22402 : modal: new autofocus & keyboardBtnNav options,!17021v4
Showing with 3 additions and 1 deletion
+3 -1
......@@ -39,7 +39,9 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
'The “time” input type is not supported in all browsers.*',
// IE11 doesn't recognise <main> / give the element an implicit "main" landmark.
// Explicit role="main" is redundant for other modern browsers, but still valid.
'The “main” role is unnecessary for element “main”.'
'The “main” role is unnecessary for element “main”.',
// For some reason, the validator thinks the dashboard example is written in Danish
'This document appears to be written in Danish.*'
].join('|')
const args = [
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment