mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix(publish): make the already published message look like a warning (#22620)
This commit is contained in:
parent
a3f982c1d5
commit
f54acb53ed
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ async fn publish_package(
|
|||
if task.status == "success" {
|
||||
println!(
|
||||
"{} @{}/{}@{}",
|
||||
colors::green("Skipping, already published"),
|
||||
colors::yellow("Warning: Skipping, already published"),
|
||||
package.scope,
|
||||
package.package,
|
||||
package.version
|
||||
|
|
Loading…
Reference in a new issue