We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d992bf commit 340b67cCopy full SHA for 340b67c
commands/generate_reports.js
@@ -11,7 +11,6 @@ function download_artefact(username, access_key, env, test_id, file_path) {
11
return new Promise(function (resolve, reject) {
12
let response_code;
13
if (!fs.existsSync(file_path)) {
14
- console.log("Creating paths");
15
fs.mkdirSync(file_path, { recursive: true });
16
}
17
let old_path = file_path;
0 commit comments