Skip to content

Commit 4e90036

Browse files
committed
fix build
1 parent 545bd13 commit 4e90036

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

typescript/src/codeActions/decorateProxy.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,7 @@ export default (proxy: ts.LanguageService, languageService: ts.LanguageService,
4343
return edit
4444
}
4545
if (refactorName === 'Extract Symbol' && actionName.startsWith('function_scope')) {
46-
const handledResult = handleFunctionRefactorEdits(
47-
actionName,
48-
languageService,
49-
fileName,
50-
formatOptions,
51-
positionOrRange,
52-
refactorName,
53-
preferences,
54-
...args,
55-
)
46+
const handledResult = handleFunctionRefactorEdits(actionName, languageService, fileName, formatOptions, positionOrRange, refactorName, preferences)
5647
if (handledResult) return handledResult
5748
}
5849
const prior = languageService.getEditsForRefactor(fileName, formatOptions, positionOrRange, refactorName, actionName, preferences, ...args)

0 commit comments

Comments
 (0)