mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
commander inverts the meaning of program args by itself ... nice, I guess
This commit is contained in:
parent
a65d6af8c5
commit
2321e43fd8
1 changed files with 1 additions and 1 deletions
2
start.js
2
start.js
|
@ -52,7 +52,7 @@ async function runTests() {
|
|||
} catch(err) {
|
||||
failure = true;
|
||||
console.log('failure: ', err);
|
||||
if (!program.noLogs) {
|
||||
if (program.logs) {
|
||||
for(let i = 0; i < sessions.length; ++i) {
|
||||
const session = sessions[i];
|
||||
documentHtml = await session.page.content();
|
||||
|
|
Loading…
Reference in a new issue