Skip to content

Commit 8c54bc5

Browse files
authored
Merge pull request #46 from BeyteFlow/index
Index
2 parents 2a205e6 + b397428 commit 8c54bc5

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

bin/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ program
107107
if (isJson) {
108108
console.log(JSON.stringify(result, null, 2));
109109
} else {
110+
if (spinner) spinner.stop();
110111
console.log(chalk.red(`System Error: ${err.message}`));
111112
}
112113

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "errlens",
3-
"version": "1.0.7",
3+
"version": "1.0.9",
44
"description": "Professional CLI tool that explains JavaScript and Node.js errors in plain English with actionable fixes directly in your terminal.",
55
"main": "./bin/index.js",
66
"bin": {

0 commit comments

Comments
 (0)