chore: fix cpplint.js when LINTER_PATH doesn't exist (#14537)

This commit is contained in:
Jeremy Apthorp 2018-09-11 00:54:20 -07:00 committed by Samuel Attard
parent 0ab95b76a7
commit 7a766e82f9

View file

@ -88,7 +88,7 @@ const blacklist = new Set([
async function main () {
if (!fs.existsSync(LINTER_PATH)) {
print('[INFO] Skipping cpplint, dependencies have not been bootstrapped')
console.log('[INFO] Skipping cpplint, dependencies have not been bootstrapped')
return
}