Skip to content
This repository was archived by the owner on Jun 15, 2025. It is now read-only.

Commit 3ccf2e4

Browse files
committed
linter
1 parent 3aca1ae commit 3ccf2e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ async function main (argv) {
176176
try {
177177
const { stdout } = await exec('ssc --version')
178178

179-
try {
180-
sscVersion = stdout.trim().split(' ')[0]
179+
try {
180+
const sscVersion = stdout.trim().split(' ')[0]
181181
// split by dot
182182
.split('.')
183183
// convert to numbers

0 commit comments

Comments
 (0)