MCPcopy
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

logBuildFailedMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected