[Desktop] Report completed generation status (#2279)

This commit is contained in:
Chenlei Hu
2025-01-17 17:36:46 -05:00
committed by GitHub
parent d503873980
commit af26b9ad6d
2 changed files with 26 additions and 0 deletions

View File

@@ -63,6 +63,9 @@ const mockElectronAPI: Plugin = {
Events: {
trackEvent: (event_name, event_data) => {
console.log('trackEvent', event_name, event_data)
},
incrementUserProperty: (property, value) => {
console.log('incrementUserProperty', property, value)
}
}
};`