Skip to content

Commit

Permalink
fix: apply sources sorting
Browse files Browse the repository at this point in the history
Co-authored-by: Житков Михаил <[email protected]>
  • Loading branch information
LifeforDream and Житков Михаил authored Nov 26, 2024
1 parent e636290 commit 6bce303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const getContext = async ({

const readSources = async ({ ctx, cwd, input }) => {
ctx.sources = await getSources(input, cwd)
ctx.sources.sort()
ctx.scopes = getDirs(ctx.sources).map(path.dirname)
return ctx
}
Expand Down

0 comments on commit 6bce303

Please sign in to comment.