Take stop signs into account during routing

This commit is contained in:
Siarhei Fedartsou 2022-10-31 22:22:40 +01:00
parent 750826215f
commit 3f7a629db8

View File

@ -51,7 +51,7 @@ module.exports = function () {
.defer(rimraf, this.scenarioLogFile)
.awaitAll(callback);
// uncomment to get path to logfile
console.log(' Writing logging output to ' + this.scenarioLogFile);
// console.log(' Writing logging output to ' + this.scenarioLogFile);
});
this.After((scenario, callback) => {