-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Self-explanatory title
insider/ (master) >>> ./insider -tech javascript -target invalid-target -no-banner
[INSIDER]: 2020/07/07 10:08:05 Starting analysis for JavaScript/TypeScript app #
[INSIDER]: 2020/07/07 10:08:05 Starting JavaScript source code analysis
[INSIDER]: 2020/07/07 10:08:05 Package.json not found but the process goes on
[INSIDER]: 2020/07/07 10:08:05 lstat invalid-target: no such file or directory
[INSIDER]: 2020/07/07 10:08:05 Finished JavaScript/TypeScript analysis
[INSIDER]: 2020/07/07 10:08:05 lstat invalid-target: no such file or directory
insider/ (master) >>> echo $?
0
insider/ (master) >>>
To Reproduce
Just pass some folder that not exists
Expected behavior
Exit with status != 0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working