diff --git a/README.md b/README.md index dc9ed4e..91edbb2 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ const inTryDeps = [...dependencies.getDependenciesInTryStatement()]; console.log(dependenciesName); console.log(inTryDeps); -console.log(warnings); +console.dir(warnings, { depth: null }); ``` The analysis will return: `http` (in try), `crypto`, `util` and `fs`.