We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9811e commit 92e9df7Copy full SHA for 92e9df7
denops/ddu/loader.ts
@@ -214,8 +214,8 @@ export class Loader {
214
path,
215
};
216
217
- // NOTE: We intentionally use Deno.stat instead of safeStat here.
218
- // We expect errors to be thrown when paths don't exist or are inaccessible.
+ // NOTE: We intentionally use Deno.stat instead of safeStat here. We expect
+ // errors to be thrown when paths don't exist or are inaccessible.
219
const fileInfo = await Deno.stat(path);
220
221
if (fileInfo.isDirectory) {
0 commit comments