Skip to content

Commit

Permalink
don't copy lang-msg.csv to local dir
Browse files Browse the repository at this point in the history
  • Loading branch information
biuuu committed Jun 12, 2018
1 parent d96f3a7 commit 34a4e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/nameMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const readMsg = async () => {
}
})
if (!listLocal.length) {
writeCsv(LANG_MSG_PATH_LOCAL, sortByStr(list, 'id').filter(item => !!item.id))
// writeCsv(LANG_MSG_PATH_LOCAL, sortByStr(list, 'id').filter(item => !!item.id))
}
}

Expand Down

0 comments on commit 34a4e7f

Please sign in to comment.