mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -07:00
Fix scan page not receiving v2 messages
This commit is contained in:
parent
c79603b361
commit
9e1a7c0158
2 changed files with 14 additions and 4 deletions
|
|
@ -620,7 +620,12 @@ export default class AppFilesScanner {
|
|||
if ( scannerVersion === '2' ) {
|
||||
|
||||
|
||||
const { scan } = await runScanWorker( file.instance )
|
||||
const { scan } = await runScanWorker( file.instance, messageDetails => {
|
||||
console.log( 'messageDetails', messageDetails )
|
||||
|
||||
file.statusMessage = messageDetails.message
|
||||
file.status = messageDetails.status
|
||||
} )
|
||||
|
||||
console.log('scan', scan)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue