mirror of
https://github.com/langgenius/dify.git
synced 2026-02-16 16:00:57 -05:00
chore: replace Chinese/Japanese comments with English translations
This commit is contained in:
@@ -31,7 +31,7 @@ export const extractReturnType = (code: string, language: CodeLanguage): OutputV
|
||||
if (returnIndex === -1)
|
||||
return {}
|
||||
|
||||
// return から始まる部分文字列を取得
|
||||
// Extract substring starting from return statement
|
||||
const codeAfterReturn = codeWithoutComments.slice(returnIndex)
|
||||
|
||||
let bracketCount = 0
|
||||
|
||||
Reference in New Issue
Block a user