Improve logging #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/logging"
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?
Cleans up the logs to be much more concise, and adds an optional debug flag and logging function.
Looks like this now:
so defining it as
async
makes it still return a promise?and are those await down there now blocking? meaning the pinning is not executed in parallel?