(stateDir: string)
| 920 | } |
| 921 | |
| 922 | function pendingRestartNotificationsFile(stateDir: string) { |
| 923 | return path.join(stateDir, 'runtime', 'weixin-restart-notifications.json'); |
| 924 | } |
| 925 | |
| 926 | function readPendingRestartNotifications(filePath: string): PendingRestartNotification[] { |
| 927 | if (!fs.existsSync(filePath)) { |
no outgoing calls
no test coverage detected