Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xpub-epmc
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Literature-services
public-projects
xpub-epmc
Commits
0a453ed4
Commit
0a453ed4
authored
3 years ago
by
Yogmatee Roochun
Browse files
Options
Downloads
Patches
Plain Diff
#1198: move erroneous file to error folder in case of incomplete tar.gz file download
parent
3618a4e5
No related branches found
No related tags found
3 merge requests
!380
Pipeline changes
,
!379
Build step added for the master branch
,
!378
k8s release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/ftp-integration/api.js
+1
-0
1 addition, 0 deletions
server/ftp-integration/api.js
with
1 addition
and
0 deletions
server/ftp-integration/api.js
+
1
−
0
View file @
0a453ed4
...
...
@@ -227,6 +227,7 @@ const extractFiles = (source, dest) =>
if
(
err
)
{
logger
.
error
(
'
Error extracting FTP bulk upload files
'
)
// node couldn't execute the command
tidyUp
(
source
,
dest
,
''
,
true
)
reject
(
err
)
}
resolve
(
dest
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment