wokim / node-perforce

A simple library for perforce
MIT License
14 stars 13 forks source link

When p4 changes query comes up empty, return [] instead of [{}] #19

Closed gmaghera closed 7 months ago

gmaghera commented 8 years ago

Previously, querying for changes where there were none would return an singleton array containing an empty object. With this fix, an empty array is returned in such cases.

gmaghera commented 8 years ago

Hi @wokim,

Is there a reason why you haven't accepted the pull request? If there are problems with quality or whatever, please let me know.

Cheers, Gabor

RecklessWave commented 8 months ago

@gmaghera Hey, I integrated your request into the https://github.com/RecklessWave/reckless-node-perforce fork of node-perforce

wokim commented 7 months ago

@gmaghera Sorry for late reply!