Skip to content

Commit

Permalink
Added the output of the documentation in terms of the static tool heg…
Browse files Browse the repository at this point in the history
…el (#106)

This resolves issue #101 where I created a txt file to showcase the output of the hegel command line tool for documentation and proof of artifacts.

Signed-off-by: LujainAlMansoori <[email protected]>
  • Loading branch information
LujainAlMansoori authored Oct 18, 2023
1 parent ab5839a commit 4edde33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
The output of the hegel command:
99 | if (!configExists && process.argv[2] !== 'setup') {
100 | require('./setup').webInstall();
> 101 | return;
| ^ 'return' outside of function.
102 | }
103 |
104 | process.env.CONFIG = configFile;

Found 1 error

0 comments on commit 4edde33

Please sign in to comment.