mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-19 00:03:33 +00:00
style(setup): fix prettier formatting on mergeJsoncFile
This commit is contained in:
parent
1d9f8bb11d
commit
3c9d24ee86
1 changed files with 3 additions and 1 deletions
|
|
@ -350,7 +350,9 @@ async function setupOpenCode(result: SetupResult): Promise<void> {
|
|||
if (ok) {
|
||||
result.configured.push('OpenCode');
|
||||
} else {
|
||||
result.errors.push('OpenCode: opencode.json is corrupt — skipping to preserve existing content');
|
||||
result.errors.push(
|
||||
'OpenCode: opencode.json is corrupt — skipping to preserve existing content',
|
||||
);
|
||||
}
|
||||
} catch (err: any) {
|
||||
result.errors.push(`OpenCode: ${err.message}`);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue