serverless-basic-authentication icon indicating copy to clipboard operation
serverless-basic-authentication copied to clipboard

Do check if symlink exists and is the correct link before trying to create it

Open danielloader opened this issue 5 years ago • 0 comments

Sometimes I end up doing Ctrl+C on a deploy and if the symlink is created it's not cleaned up, as expected due to the exit.

Might be worth checking if the symlink is correct before attempting to create it if it exists.

danielloader avatar Apr 01 '20 12:04 danielloader