Skip to content

Commit

Permalink
fix: split editors command failed with empty document
Browse files Browse the repository at this point in the history
close #2072
  • Loading branch information
johnsoncodehk committed Nov 29, 2022
1 parent 6c3213f commit d83c9f9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -91,7 +91,7 @@ export function register(context: vscode.ExtensionContext, client: BaseLanguageC

function useDocDescriptor() {

let splitDocText = '';
let splitDocText: string | undefined;
let splitDocDescriptor: any;

return getDescriptor;
Expand Down

0 comments on commit d83c9f9

Please sign in to comment.