mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-11 06:53:56 +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…
x
Reference in New Issue
Block a user