mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix missing result store argument
This commit is contained in:
parent
a70a58ff20
commit
5be0146fa1
1 changed files with 2 additions and 1 deletions
|
|
@ -268,7 +268,8 @@ export default {
|
||||||
|
|
||||||
// Initialize instance
|
// Initialize instance
|
||||||
this.scanner = new AppFilesScanner({
|
this.scanner = new AppFilesScanner({
|
||||||
observableFilesArray: this.appsBeingScanned
|
observableFilesArray: this.appsBeingScanned,
|
||||||
|
testResultStore: this.$config.testResultStore
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue