Skip to content

Commit

Permalink
🙈Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
masonmark committed Jun 16, 2024
1 parent f496897 commit 0e6ce68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ console.log('JSR version is old:', isOld);

if (!isOld)
{
console.log('Doing nothing and exiting with exit status 1');
console.log('Doing nothing and exiting with exit status 0');
Deno.exit(0);
}
else
Expand Down

0 comments on commit 0e6ce68

Please sign in to comment.