Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 9, 2024
1 parent 1e9c6ba commit 0228e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const outputjs = 'unit/wildcard/assets/asset1.txt';

function normalizeOutput(output) {
if (process.platform === 'win32') {
// When using Windows, the expected output should use backslash
// When using Windows, the expected output should use backslashes
output = output.replace(/\//g, '\\');
}
return output;
Expand Down

0 comments on commit 0228e9c

Please sign in to comment.