| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3c3684d commit 464e57f
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21446,11 +21446,11 @@ const supportsColor = { | |||
| 21446 | 21446 | ||
| 21447 | 21447 | const color = supportsColor.stderr.hasBasic; | |
| 21448 | 21448 | ||
| 21449 | + const platform = process$1.platform; | ||
| 21450 | + | ||
| 21449 | 21451 | const own = {}.hasOwnProperty; | |
| 21450 | 21452 | const chars = | |
| 21451 | - process.platform === 'win32' | ||
| 21452 | - ? {error: '×', warning: '‼'} | ||
| 21453 | - : {error: '✖', warning: '⚠'}; | ||
| 21453 | + platform === 'win32' ? {error: '×', warning: '‼'} : {error: '✖', warning: '⚠'}; | ||
| 21454 | 21454 | const labels = { | |
| 21455 | 21455 | true: 'error', | |
| 21456 | 21456 | false: 'warning', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | "remark-stringify": "^10.0.2", | |
| 12 | 12 | "to-vfile": "^7.2.3", | |
| 13 | 13 | "unified": "^10.1.2", | |
| 14 | - "vfile-reporter": "^7.0.3" | ||
| 14 | + "vfile-reporter": "^7.0.4" | ||
| 15 | 15 | }, | |
| 16 | 16 | "devDependencies": { | |
| 17 | 17 | "@rollup/plugin-commonjs": "^21.0.2", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments