MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / handleInvalidConfig

Function handleInvalidConfig

packages/baseai/src/deploy/index.ts:338–349  ·  view source on GitHub ↗
({
	spinner,
	name,
	type
}: {
	spinner: Spinner;
	name: string;
	type: 'pipe' | 'memory';
})

Source from the content-addressed store, hash-verified

336}
337
338export function handleInvalidConfig({
339 spinner,
340 name,
341 type
342}: {
343 spinner: Spinner;
344 name: string;
345 type: 'pipe' | 'memory';
346}): void {
347 spinner.stop(`Failed to extract ${type} configuration from ${name}`);
348 p.log.error(`Invalid ${type} configuration`);
349}
350
351export function handleDeploymentError({
352 spinner,

Callers 3

deployDocumentFunction · 0.85
deployPipeFunction · 0.85
deployMemoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected