Tychobra / polished

Authentication and Administration for Shiny apps
https://polished.tech
Other
233 stars 36 forks source link

Better diagnostics in dir_copy() #209

Closed drghirlanda closed 1 year ago

drghirlanda commented 1 year ago

I was getting errors in dir_copy() during deployment, but there was no indication of which files would not copy. I added some diagnostics to print out the files that cannot be copied. In my case, it was a file named something like .#xxxx

merlinoa commented 1 year ago

Awesome thanks! I wonder why those files could not be copied. Certainly something to look into. I'll put it on my todo list.