Skip to content

Commit 66a1ddf

Browse files
set absolute flag
1 parent 03bef68 commit 66a1ddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sys/node/node-copy-tasks.ts

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ async function processGlobTask(copyTask: Required<d.CopyTask>, srcDir: string):
5555
const files = await asyncGlob(pattern, {
5656
cwd: srcDir,
5757
nodir: true,
58+
absolute: false,
5859
ignore: copyTask.ignore,
5960
});
6061
return files.map((globRelPath) => createGlobCopyTask(copyTask, srcDir, globRelPath));

0 commit comments

Comments
 (0)