(obj)
| 20 | const storagePath = path.join(appDir, 'storage.json'); |
| 21 | |
| 22 | function rpcSend(obj) { |
| 23 | process.stderr.write(JSON.stringify(obj) + '\n'); |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * Emit a push event to the MiniApp iframe (no request id, no reply expected). |
no test coverage detected