Skip to content

Commit

Permalink
Fix test/form/samples/quote-id on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbuchan committed Aug 19, 2022
1 parent 398d0c4 commit 897d0e3
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 897d0e3

Please sign in to comment.