mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
fix: dont pipe
This commit is contained in:
parent
25aebea8e6
commit
b20621fdee
3 changed files with 1 additions and 3 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -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
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue