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 06239c6 commit 6a3988aCopy full SHA for 6a3988a
src/gtt-report.js
@@ -75,6 +75,10 @@ if (program.from_dump && fs.existsSync(program.from_dump)) {
75
let data = JSON.parse(fs.readFileSync(program.from_dump));
76
77
if (data.data) _.each(data.data, (v, i) => {
78
+ // Unsetting option "file", as it does not allow to select different output file
79
+ if (i === 'file') {
80
+ return;
81
+ }
82
config.set(i, v);
83
});
84
0 commit comments