We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404809b commit ba76875Copy full SHA for ba76875
2 files changed
src/app/store/Run.js
@@ -2309,7 +2309,7 @@ Results saved to: ${this.outputDir}
2309
this.useMultifurcatingConstraint = !this.useMultifurcatingConstraint;
2310
};
2311
2312
- generateReport = ({ maxStdoutLength = 200 } = {}) => {
+ generateReport = ({ maxStdoutLength = 1000 } = {}) => {
2313
const { command, stdout } = this;
2314
return {
2315
command,
src/app/store/RunList.js
@@ -87,7 +87,7 @@ class RunList extends AppStore {
87
);
88
89
90
91
return this.activeRun.generateReport({ maxStdoutLength });
92
93
}
0 commit comments