chore: fix cpplint.js when LINTER_PATH doesn't exist (#14537)
This commit is contained in:
parent
0ab95b76a7
commit
7a766e82f9
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ const blacklist = new Set([
|
||||||
|
|
||||||
async function main () {
|
async function main () {
|
||||||
if (!fs.existsSync(LINTER_PATH)) {
|
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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue