(winState)
| 91 | }, |
| 92 | |
| 93 | saveStateToStorage(winState) { |
| 94 | fs.writeFile(this.getStateFile(), JSON.stringify(winState), (err) => {}); |
| 95 | }, |
| 96 | |
| 97 | getStateFile() { |
| 98 | const userPath = app.getPath('userData'); |
nothing calls this directly
no outgoing calls
no test coverage detected