Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
ee8e31320a
commit
a0bc38b83c
@@ -215,6 +215,7 @@ export function pluginPackagePrompt(
|
||||
return {
|
||||
type: 'input',
|
||||
name: 'pluginPackage',
|
||||
filter: (value: string) => value.trim(),
|
||||
message: `Enter the package name of the plugin this module extends (e.g. ${examplePackage}) [required]`,
|
||||
validate: (value: string) => {
|
||||
if (!value) {
|
||||
|
||||
Reference in New Issue
Block a user