mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 09:29:38 +00:00
Version 1 #77
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adelphes on 4/20/2020
This is a large refactoring and update of the extension. It now relies on a minimum version of node v10 (currently in LTS).
async/awaitis now used throughout to make the code easier to follow and debug.The code is a lot cleaner now, but it could still do with some breaking down of larger modules - particularly
debugMain.js(the main debugger extension interface).