MCPcopy Index your code
hub / github.com/coder/mux / withRollbackErrors

Method withRollbackErrors

src/node/runtime/multiProjectRuntime.ts:471–477  ·  view source on GitHub ↗
(errorMessage: string, rollbackErrors: string[])

Source from the content-addressed store, hash-verified

469 }
470
471 private withRollbackErrors(errorMessage: string, rollbackErrors: string[]): string {
472 if (rollbackErrors.length === 0) {
473 return errorMessage;
474 }
475
476 return `${errorMessage} Rollback errors: ${rollbackErrors.join("; ")}`;
477 }
478}

Callers 2

createWorkspaceMethod · 0.95
forkWorkspaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected