Stephen Last
Stephen Last
There is an exported method called `isError()`: https://github.com/bodenr/errors/blob/master/lib/errors.js#L112 This should be added to the docs as it's very useful for differentiating between errors created by this module and other errors....
I think `put(input, destPath, useCompression)` seems to be for files only. I need to upload a directory, including all sub directories and files, and the directory structure will be many...
### WHY are these changes introduced? With `renderTasks`, we'd like to update the `title` while the task is running, so we can provide better feedback to the user on the...