mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
Add TODO for fsUtils.isValidPath()
This commit is contained in:
parent
cad1d5764b
commit
3f5da39990
@ -1,4 +1,5 @@
|
||||
_ = require('lodash')
|
||||
|
||||
# TODO: There should be more complex checks here
|
||||
exports.isValidPath = (p) ->
|
||||
return _.isString(p)
|
||||
|
Loading…
Reference in New Issue
Block a user