mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix typos in diverse files (#3284)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
@@ -138,7 +138,7 @@ export function getDiffCommand(
|
||||
/**
|
||||
* Opens a diff tool to compare two files.
|
||||
* Terminal-based editors by default blocks parent process until the editor exits.
|
||||
* GUI-based editors requires args such as "--wait" to block parent process.
|
||||
* GUI-based editors require args such as "--wait" to block parent process.
|
||||
*/
|
||||
export async function openDiff(
|
||||
oldPath: string,
|
||||
|
||||
Reference in New Issue
Block a user