non-string arguments to path.join cause error with nodejs v0.10
Open
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The deployment.js function clean uses .join in composing a list of paths at line 23 of the source code. As of nodejs version 0.10.x this fails with "TypeError: Arguments to path.join must be strings". Non-string arguments used to be silently dropped: http://nodejs.org/api/path.html#path_path_join_path1_path2
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.