Skip to content

generate doesnt work#11

Open
PanMan wants to merge 1 commit intodcarr178:masterfrom
PanMan:patch-1
Open

generate doesnt work#11
PanMan wants to merge 1 commit intodcarr178:masterfrom
PanMan:patch-1

Conversation

@PanMan
Copy link

@PanMan PanMan commented Mar 30, 2022

No description provided.

@malcam
Copy link

malcam commented Sep 11, 2022

documentation is outdated, now "generate" is named "examples", you can check pacakge json scripts, this change comes with the commit "20667bf496d342404fd9939fd5f26a2d664ddae9". This contains other strange changes, I had to change a condition in the source code for the examples to work for me. data !== null && Object.keys(data).length > 1 to data !== null && Object.keys(data).length > 0

@matter-it-does
Copy link

console.log(`Usage: node ${process_1.argv[1]} examples inputHarFile1.json inputHarFile2.json inputHarFile3.json...`);

Remove output file name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants