Skip to content

Commit

Permalink
Fix tests error (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Nov 10, 2023
1 parent 269afc4 commit 7233513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/@ddc-sources/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class Source extends BaseSource<Params> {
"ddc_file#internal#get_pos",
args.context.input,
args.sourceParams.filenameChars,
);
) as number;
return Promise.resolve(completePos);
}

Expand Down

0 comments on commit 7233513

Please sign in to comment.