Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Feb 12, 2024
1 parent 05ef22c commit 20859b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Project.mts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ class Project
{
changes.delete(changed);
// Use POSIX paths across all platforms
const posixPath = changed.split(path.posix.sep).join(path.posix.sep);
const posixPath = changed.split(path.sep).join(path.posix.sep);
posixPaths.push(posixPath);
}
project.log.info(`Updating: [${Array.from(filesToProcess).join(", ")}]`);
Expand Down

0 comments on commit 20859b1

Please sign in to comment.