Skip to content

Commit

Permalink
edit eas.json
Browse files Browse the repository at this point in the history
  • Loading branch information
szdziedzic committed Apr 18, 2024
1 parent 69db39f commit 3979a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eas-json/src/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ export function link(
} else {
output = `${text === url ? '' : text + ': '}${chalk.underline(url)}`;
}

return dim ? chalk.dim(output) : output;
}

0 comments on commit 3979a1b

Please sign in to comment.