mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
Doesn't work if passing web-path option with missing trailing / #343
Reference in New Issue
Block a user
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 @sebcworks on GitHub.
If you want a custom layout and then use the
web-pathoption when launching the app, you have to add the trailing / (slash) to the path option, otherwise you'll get an error :runtime error: invalid memory address or nil pointer dereferenceIt should be at least specified in the doc (or simply an handled case in the code).