Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Rajoria <[email protected]>
  • Loading branch information
aryan-rajoria committed Sep 5, 2024
1 parent a130a92 commit 611ec25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pregen.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ export function prepareNodeEnv(filePath, options) {
}
if (nvmNodePath) {
doNpmInstall(filePath, nvmNodePath);
}
else {
} else {
console.log(
`"node version ${nodeVersion} was not found. Please install it with 'nvm install ${nodeVersion}"`,
);
Expand Down

0 comments on commit 611ec25

Please sign in to comment.