You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking if a path is a directory is broken
Checking if a path is a directory, by checking if there is a slash
at the end of the path, was inconsistent and broken in one case.
All string checks of paths being a directory are now the same.
Log start of plugin probing
Occasionally, linuxdeploy becomes unresponsive during plugin detection because a plugin is hanging. In those cases, we need to know which one causes the problem.