Home
last modified time | relevance | path

Searched refs:noErrCheck (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/infra/perfetto.dev/
Dbuild.js115 const noErrCheck = !!cfg.watch;
118 ['node_modules/.bin/node-sass', ['--quiet', src, dst], {noErrCheck}]); field
294 if (code !== 0 && !opts.noErrCheck) {
/external/perfetto/ui/
Dbuild.js246 const noErrCheck = !!cfg.watch;
247 addTask(execNode, ['node-sass', ['--quiet', src, dst], {noErrCheck}]); field
529 if (code !== 0 && !opts.noErrCheck) {