mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix scan not receiving from Worker
This commit is contained in:
parent
6b08545081
commit
c79603b361
1 changed files with 3 additions and 1 deletions
|
|
@ -29,7 +29,9 @@ self.onmessage = async ( event ) => {
|
|||
|
||||
self.postMessage( {
|
||||
status: 'finished',
|
||||
scan
|
||||
// Convert App Scan instance to a more primitive Object
|
||||
// so that it's clonneable for our worker
|
||||
scan: JSON.parse(JSON.stringify( scan ))
|
||||
})
|
||||
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue