Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
lazy-result.test.ts
File · 0.45
no-work-result.test.ts
File · 0.45
Calls
2
async
Method · 0.95
then
Method · 0.45
Tested by
no test coverage detected