Skip to content

Commit 29f85c0

Browse files
committed
sonar fix
1 parent 30bfc57 commit 29f85c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ const postProcessNode = (targetPath: string) => {
306306
return false;
307307
}
308308
} else {
309-
var message = colors.red('No yarn or npm found. Cannot run installation.');
309+
const message = colors.red('No yarn or npm found. Cannot run installation.');
310310
console.log(message);
311311
}
312312

0 commit comments

Comments
 (0)