IEEE-VIT / templa-rs

One-Stop Solution for all boilerplate needs!
MIT License
28 stars 22 forks source link

[BUG ] Error Messages not unwrapped #13

Closed sanjaybaskaran01 closed 3 years ago

sanjaybaskaran01 commented 3 years ago

Describe the bug Error messages are not unwrapped

To Reproduce Steps to reproduce the behavior:

  1. Clone a repo using templa-rs
  2. re-clone using the same name
  3. You will find the error "Error Encountered while cloning, Ok("fatal: destination path 'new_proj' already exists and is not an empty directory.\n")"

Expected behavior Error should be unwrapped into stderr like:

fatal: destination path 'new_proj' already exists and is not an empty directory.

Screenshots image

Desktop (please complete the following information):