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
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
When lisky is not exited correctly, e.g. by closing the window with an active lisky session, the .lock file is not cleaned up, and causes the error the next time you try to start lisky.
As this might happen from time to time, I was wondering if there is a way to clean up the .lock file if a session is closed while a lisky process runs on it.
Steps to Reproduce
Open terminal
type lisky
Close terminal
Open terminal
type lisky
Expected behavior:
Lisky should start. Or Lisky should offer an option to recover my old session.
Actual behavior:
The error Config lockfile at /path/to/lisky/config.lock found. Are you running Lisky in another process? is thrown.
I need to remove the lock file manually to make it work again. Reproduces how often: 100%
Versions
macOS
The text was updated successfully, but these errors were encountered:
I feel like if we don't have interactive mode, it wouldn't be a problem.
We should discuss as a CLI tool, if we really need the interactive mode or not.
Description
When lisky is not exited correctly, e.g. by closing the window with an active lisky session, the
.lock
file is not cleaned up, and causes the error the next time you try to start lisky.As this might happen from time to time, I was wondering if there is a way to clean up the .lock file if a session is closed while a lisky process runs on it.
Steps to Reproduce
lisky
lisky
Expected behavior:
Lisky should start. Or Lisky should offer an option to recover my old session.
Actual behavior:
The error
Config lockfile at /path/to/lisky/config.lock found. Are you running Lisky in another process?
is thrown.I need to remove the lock file manually to make it work again.
Reproduces how often: 100%
Versions
macOS
The text was updated successfully, but these errors were encountered: