()
| 139 | } |
| 140 | |
| 141 | function writeSettings() { |
| 142 | const settingPath = path.join(homeExtDir(), 'settings.json'); |
| 143 | fs.writeFileSync(settingPath, JSON.stringify(config())); |
| 144 | } |
| 145 | |
| 146 | function updateSessionWatcher() { |
| 147 | console.info(`[updateSessionWatcher] PID: ${pid}`); |
no test coverage detected