()
| 50 | } |
| 51 | |
| 52 | getImage() { |
| 53 | if (!this.#image) |
| 54 | this.#image = gui.Image.createFromPath(realpathSync(this.filePath)); |
| 55 | return this.#image; |
| 56 | } |
| 57 | |
| 58 | removeFile() { |
| 59 | if (process.platform == 'win32' && this.#image) |
no outgoing calls
no test coverage detected