nm3xyz

Results 5 comments of nm3xyz

Another possibility is to add a field to the class (accessible as a public read-only property) to hold the return value of the last call to RunCommand (or Insert/Update/Delete). This...

There is a PR available that fixes this issue. Can you merge it and release a new version?

Hello! Sorry for the late feedback... Anyway, it still doesn't remove my broken symlinks! The statSync at line 244: ``` try { stat = fs.statSync(currentFile); } catch (exc) { //...

Hi again. Version v5.1.1 still doesn't remove the broken symlinks! There is one remaining statSync that needs to be replaced by an lstatSync, in the isOlder() function: ``` function isOlder(path:...

Oops! Forgot to switch branches. Only the first commit ([45a44b7](https://github.com/mercadopago/sdk-nodejs/pull/370/commits/45a44b7ab703f69c0360102cb65207da38630c0b)) was intended to be in the pull request. >