Get actual paths for every entry in a matrix.

This commit is contained in:
Kajari Ghosh
2018-01-24 11:30:26 -05:00
parent 02712cd513
commit 350bc6f756
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ module.exports = function () {
// setup output logging
let logDir = path.join(this.LOGS_PATH, this.featureID);
this.scenarioLogFile = path.join(logDir, this.scenarioID) + '.log';
console.log(this.scenarioLogFile);
d3.queue(1)
.defer(mkdirp, logDir)
.defer(rimraf, this.scenarioLogFile)