We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d642f9c commit def7ca5Copy full SHA for def7ca5
src/commands/update.rs
@@ -50,9 +50,6 @@ pub fn run(ctx: Context) -> i32 {
50
ctx.failed_updates.iter().for_each(|name| {
51
error!("Failed to fetch {name}");
52
});
53
- warn!(
54
- "Syncpack does not yet support custom npm registries{LINE_ENDING} Subscribe to https://github.com/JamieMason/syncpack/issues/220"
55
- );
56
} else if !was_outdated {
57
ui::util::print_no_issues_found();
58
}
0 commit comments