MCPcopy
hub / github.com/postcss/postcss / finally

Method finally

lib/lazy-result.js:201–203  ·  view source on GitHub ↗
(onFinally)

Source from the content-addressed store, hash-verified

199 }
200
201 finally(onFinally) {
202 return this.async().then(onFinally, onFinally)
203 }
204
205 getAsyncError() {
206 throw new Error('Use process(css).then(cb) to work with async plugins')

Callers 2

Calls 2

asyncMethod · 0.95
thenMethod · 0.45

Tested by

no test coverage detected