MCPcopy Index your code
hub / github.com/postcss/postcss / catch

Method catch

lib/lazy-result.js:197–199  ·  view source on GitHub ↗
(onRejected)

Source from the content-addressed store, hash-verified

195 }
196
197 catch(onRejected) {
198 return this.async().catch(onRejected)
199 }
200
201 finally(onFinally) {
202 return this.async().then(onFinally, onFinally)

Callers 1

processor.test.tsFile · 0.45

Calls 1

asyncMethod · 0.95

Tested by

no test coverage detected