Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feature: use author name on create issue url on cli error
  • Loading branch information
ando committed Jun 1, 2023
commit 29f34ca1cfdcf1a7d034c91f5ba8bbc7b63185eb
2 changes: 1 addition & 1 deletion src/utils/cli-errror.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const handleCliError = (error: any) => {
})
log({
type: 'error',
msg: `${indent}https://github.com/${AUTHOR}/${PACKAGE_NAME}/issues/new`,
msg: `${indent}https://github.com/${AUTHOR.name}/${PACKAGE_NAME}/issues/new`,
})
}
}