justinlettau / sql-source-control

Simple CLI for getting SQL into source control systems.
MIT License
53 stars 22 forks source link

No output of error on pull #173

Open raedwa01 opened 2 years ago

raedwa01 commented 2 years ago

Type

What kind of issue is this?

[ x] Bug report.
[ ] Feature request.

Description the Issue

No output of error on pull

Steps to Reproduce

When calling ssc pull, I get a "Pulling from ...." immediately followed by a Red X.
It sits for a few minutes and then stop with no indication of the error.

Other Information

n/a

matthewjenkins commented 2 years ago

Running into the same issue.

bernardoadc commented 2 years ago

Same here. I've seen this is related directly to ora package, specifically on catch calling this.spinner.fail(error) (line 113). It could be a bug in the package (and solution is to just update it) or explicitly setting isSilent to true.

agarciacalvo commented 1 year ago

I am using https://github.com/coreybutler/nvm-windows to switch node versions, it works for me with node v12.