While working on the unused-promise Flow lint, I noticed that there is no await keyword here, so there's no point to it being an async function.
Depends on D10169
Differential D10170 Authored by ashoat on Dec 4 2023, 1:15 PM.
Details Summary While working on the unused-promise Flow lint, I noticed that there is no await keyword here, so there's no point to it being an async function. Depends on D10169 Test Plan Flow
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptDec 4 2023, 1:15 PM2023-12-04 13:15:08 (UTC-8) Harbormaster returned this revision to the author for changes because remote builds failed.Dec 4 2023, 1:42 PM2023-12-04 13:42:03 (UTC-8) Harbormaster completed remote builds in B24766: Diff 34229.Dec 4 2023, 6:52 PM2023-12-04 18:52:21 (UTC-8) This revision is now accepted and ready to land.Dec 5 2023, 2:55 AM2023-12-05 02:55:54 (UTC-8) Closed by commit rCOMM27f414488c8e: [native] Don't make Crash.onPressWipe an async function (authored by ashoat). · Explain WhyDec 5 2023, 12:32 PM2023-12-05 12:32:58 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 34229 native/crash.react.js
|