Skip to content

Commit

Permalink
more windows stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 24, 2022
1 parent 0ea2976 commit fa5c424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/core/sync/create_manifest_data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function create_manifest_data({
// then handle children
for (const file of files) {
if (file.isDirectory()) {
walk(depth + 1, path.join(id, file.name), file.name, route);
walk(depth + 1, `${id}/${file.name}`, file.name, route);
}
}
};
Expand Down

0 comments on commit fa5c424

Please sign in to comment.