2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

build/*.js: es6ify. (#24611)

This commit is contained in:
XhmikosR
2017-10-31 12:41:03 +02:00
committed by GitHub
parent 0570087ac3
commit 271f5071a3
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
const childProcess = require('child_process')
const vnu = require('vnu-jar')
childProcess.exec('java -version', function (error) {
childProcess.exec('java -version', (error) => {
if (error) {
console.error('Skipping HTML lint test; Java is missing.')
return