Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
timothe
duniter
Commits
672b9ad3
Commit
672b9ad3
authored
Apr 18, 2019
by
Cédric Moreau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] wotwizard: remove also the "_0" file during a `reset data`
parent
8cbeb23b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/lib/system/directory.ts
app/lib/system/directory.ts
+1
-1
No files found.
app/lib/system/directory.ts
View file @
672b9ad3
...
...
@@ -118,7 +118,7 @@ export const MemFS = (initialTree:{ [folder:string]: { [file:string]: string }}
export
const
Directory
=
{
DATA_FILES
:
[
'
mindex.db
'
,
'
c_mindex.db
'
,
'
iindex.db
'
,
'
cindex.db
'
,
'
sindex.db
'
,
'
wallet.db
'
,
'
dividend.db
'
,
'
txs.db
'
,
'
peers.db
'
],
WW_FILES
:
[
'
wotwizard-export.db
'
],
WW_FILES
:
[
'
wotwizard-export
_0.db
'
,
'
wotwizard-export
.db
'
],
DATA_DIRS
:
[
'
data
'
],
INSTANCE_NAME
:
getDomain
(
opts
.
mdb
),
...
...
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