Browse Source

Fix util to download into ts folder

tsAllowExclude
junderw 6 years ago
parent
commit
6dedef08d4
No known key found for this signature in database GPG Key ID: B256185D3A971908
  1. 2
      util/wordlists.js

2
util/wordlists.js

@ -43,7 +43,7 @@ function toJSON (content) {
}
function save (name, wordlist) {
var location = path.join(__dirname, '..', 'wordlists', name + '.json')
var location = path.join(__dirname, '..', 'ts_src', 'wordlists', name + '.json')
var content = JSON.stringify(wordlist, null, 2) + '\n'
log('save ' + wordlist.length + ' words to ' + location)

Loading…
Cancel
Save