mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-28 08:49:38 +02:00
fix(cli): remove primary-source wording from setup output
This commit is contained in:
parent
efef54a52d
commit
bf581b9225
6 changed files with 9 additions and 6 deletions
|
|
@ -788,7 +788,7 @@ export async function runKtxSetupContextStep(
|
|||
if (args.allowEmpty === true) {
|
||||
return { status: 'skipped', projectDir: args.projectDir };
|
||||
}
|
||||
io.stderr.write('No primary or context sources are configured for a KTX context build.\n');
|
||||
io.stderr.write('No databases or context sources are configured for a KTX context build.\n');
|
||||
return { status: 'failed', projectDir: args.projectDir };
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue