Fix missing closing brace in OPENCODE_EXTRA_MCP_SERVERS if block
This commit is contained in:
@@ -293,8 +293,9 @@ export namespace Config {
|
|||||||
} else {
|
} else {
|
||||||
log.warn("OPENCODE_EXTRA_MCP_SERVERS must be a JSON array; ignoring", { valueType: typeof parsed })
|
log.warn("OPENCODE_EXTRA_MCP_SERVERS must be a JSON array; ignoring", { valueType: typeof parsed })
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
log.warn("Failed to parse OPENCODE_EXTRA_MCP_SERVERS; ignoring", { error: err instanceof Error ? err.message : String(err) })
|
log.warn("Failed to parse OPENCODE_EXTRA_MCP_SERVERS; ignoring", { error: err instanceof Error ? err.message : String(err) })
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
result.plugin = deduplicatePlugins(result.plugin ?? [])
|
result.plugin = deduplicatePlugins(result.plugin ?? [])
|
||||||
|
|||||||
Reference in New Issue
Block a user