fix: dont pipe

This commit is contained in:
Tom Hu 2023-11-10 10:49:00 +11:00
parent 25aebea8e6
commit b20621fdee
No known key found for this signature in database
GPG key ID: 79155678363963D2
3 changed files with 1 additions and 3 deletions

1
dist/index.js vendored
View file

@ -24607,7 +24607,6 @@ try {
else {
core.info('IT DOESNT EXIST open');
}
res.pipe(filePath);
if (external_fs_.existsSync(filename)) {
core.info('IT EXISTS pipe');
}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View file

@ -34,7 +34,6 @@ try {
} else {
core.info('IT DOESNT EXIST open');
}
res.pipe(filePath);
if (fs.existsSync(filename)) {
core.info('IT EXISTS pipe');
} else {