Skip to content

Commit

Permalink
Fix hooksFileLines
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Nov 5, 2023
1 parent 1a844aa commit ea6732b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/dpp/dpp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class Dpp {
hooksFile,
) as string;
const hooksFileLines = (await Deno.readTextFile(hooksFilePath)).split(
"\n",
/\r?\n/,
);

plugin = Object.assign(
Expand Down

0 comments on commit ea6732b

Please sign in to comment.