We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request({ uri: 'http:...' }).pipe(filed('/file'))
Because this block (https://github.com/mikeal/filed/blob/master/main.js#L85-112) returns always if .src.method is defined (even if .dest is undefined) it never hits this block (https://github.com/mikeal/filed/blob/master/main.js#L140-144) and thus yields an empty file.
.src.method
.dest
The text was updated successfully, but these errors were encountered:
[fix] Eagerly check if self.dest is undefined to ensure files are n…
self.dest
14363c9
…on-empty if `self.dest` is undefined. Fixes mikeal#13
Merge pull request #14 from indexzero/master
f7c21c9
Fix for #12 and #13
No branches or pull requests
Because this block (https://github.com/mikeal/filed/blob/master/main.js#L85-112) returns always if
.src.method
is defined (even if.dest
is undefined) it never hits this block (https://github.com/mikeal/filed/blob/master/main.js#L140-144) and thus yields an empty file.The text was updated successfully, but these errors were encountered: