Skip to content

Commit

Permalink
Fix test/form/samples/quote-id on Windows (#4614)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbuchan committed Aug 23, 2022
1 parent 398d0c4 commit eb1fab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/form/samples/quote-id/_config.js
Expand Up @@ -9,7 +9,7 @@ module.exports = {
options: {
output: {
paths: id => {
if (id.startsWith('C:')) return id;
if (id === external3) return id;
return path.relative(__dirname, id);
},
name: 'Q',
Expand Down

0 comments on commit eb1fab7

Please sign in to comment.