mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
log creating directory as a trace log level
This commit is contained in:
parent
faa2f742e0
commit
63da0773ae
@ -48,7 +48,7 @@ Pipeline.prototype.build = function(abi) {
|
||||
});
|
||||
|
||||
var dir = targetFile.split('/').slice(0, -1).join('/');
|
||||
self.logger.info("creating dir " + this.buildDir + dir);
|
||||
self.logger.trace("creating dir " + this.buildDir + dir);
|
||||
mkdirp.sync(this.buildDir + dir);
|
||||
|
||||
// if it's a directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user