config: minor.
This commit is contained in:
parent
32ea933b77
commit
010267e78e
@ -556,6 +556,9 @@ Config.prototype.getFile = function getFile(file) {
|
||||
*/
|
||||
|
||||
Config.prototype.ensure = function ensure() {
|
||||
if (fs.unsupported)
|
||||
return Promise.resolve();
|
||||
|
||||
return fs.mkdirp(this.prefix);
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user