Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
9f56c0b6
Commit
9f56c0b6
authored
Jun 08, 2021
by
Rob Swindell
💬
Browse files
Don't try to delete offline files when removing from filebase.
Reported by DaiTengu via eye are sea.
parent
6d153a1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
exec/delfiles.js
exec/delfiles.js
+1
-1
No files found.
exec/delfiles.js
View file @
9f56c0b6
...
...
@@ -66,7 +66,7 @@ for(var i in dir_list) {
if
(
options
.
test
)
removed
++
;
else
{
if
(
!
base
.
remove
(
file
,
/* delete: */
tru
e
))
if
(
!
base
.
remove
(
file
,
/* delete: */
fals
e
))
alert
(
base
.
error
);
else
removed
++
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment