Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 276 Bytes

File metadata and controls

5 lines (4 loc) · 276 Bytes
@shopify/theme patch

Fix theme dev analytics being dropped on Ctrl+C. The command called process.exit() synchronously inside the keypress handler, which skipped the oclif post-run hook where analytics normally fire. The fix emits the event inline before exit.