Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/postcss/postcss
/ getAsyncError
Method
getAsyncError
lib/lazy-result.js:205–207 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
203
}
204
205
getAsyncError() {
206
throw
new
Error(
'Use process(css).then(cb) to work with async plugins'
)
207
}
208
209
handleError(error, node) {
210
let
plugin = this.result.lastPlugin
Callers
2
sync
Method · 0.95
visitSync
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected