tedium icon indicating copy to clipboard operation
tedium copied to clipboard

Travis pass crashes when `sauce-credentials.json` does not exist

Open TimvdLippe opened this issue 7 years ago • 0 comments

It would be nicer to have a descriptive error message for this. At first, I was searching for this file in the repository I was modifying, but instead it was supposed to be in the folder that I run the command. I think adding a simple if (!fs.existSync) with a nice error should be sufficient.

TimvdLippe avatar Mar 20 '18 11:03 TimvdLippe