Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Nov 23, 2023
1 parent 3aca1ae commit 3ccf2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ async function main (argv) {
try {
const { stdout } = await exec('ssc --version')

try {
sscVersion = stdout.trim().split(' ')[0]
try {
const sscVersion = stdout.trim().split(' ')[0]
// split by dot
.split('.')
// convert to numbers
Expand Down

0 comments on commit 3ccf2e4

Please sign in to comment.