()
| 43 | } |
| 44 | |
| 45 | reloadData() { |
| 46 | console.log('[Reload] Reloading data from file...') |
| 47 | this.data = this.loadData() |
| 48 | console.log('[Reload] Data reloaded successfully') |
| 49 | return this.data |
| 50 | } |
| 51 | |
| 52 | saveData() { |
| 53 | if (this.readOnly) { |
no test coverage detected