Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caprover/caprover
/ onBuildFailed
Method
onBuildFailed
src/user/BuildLog.ts:12–17 ·
view source on GitHub ↗
(error: string)
Source
from the content-addressed store, hash-verified
10
}
11
12
onBuildFailed(error: string) {
13
this.log(
'----------------------'
)
14
this.log(
'Deploy failed!'
)
15
this.log(error)
16
this.isBuildFailed = true
17
}
18
19
clear() {
20
this.isBuildFailed = false
Callers
1
logBuildFailed
Method · 0.80
Calls
1
log
Method · 0.95
Tested by
no test coverage detected