Added News UI.
Added News UI and implemented functionality. Removed westeroscraft.xml as we don't need to cache it. Updated westeroscraft.json. Updated Electron to v2.0.0
This commit is contained in:
@@ -26,6 +26,10 @@ tracker.on('jExtracted', (jPath) => {
|
||||
process.send({task: 2, content: 'dl', jPath})
|
||||
})
|
||||
|
||||
tracker.on('dlerror', (err) => {
|
||||
process.send({task: 0.9, content: 'dl', err})
|
||||
})
|
||||
|
||||
process.on('message', (msg) => {
|
||||
if(msg.task === 0){
|
||||
const func = msg.content
|
||||
|
||||
Reference in New Issue
Block a user