mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
fix(sdk): address remaining tooling review findings
This commit is contained in:
@@ -109,7 +109,7 @@ export async function startSDK(
|
||||
* @returns target main result or live Cordis context.
|
||||
*/
|
||||
export async function runSDK(
|
||||
target: string | undefined,
|
||||
target?: string,
|
||||
options: BootProjectOptions = {},
|
||||
): Promise<unknown> {
|
||||
/* v8 ignore next -- the bin always supplies cwd; direct consumers normally accept process.cwd() */
|
||||
|
||||
Reference in New Issue
Block a user