Skip to content

Commit

Permalink
[Feature] Improve react-native packager output log and error message
Browse files Browse the repository at this point in the history
Fixes #1804
  • Loading branch information
benjaminbi committed Aug 11, 2022
1 parent 7959854 commit 4b9b406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/packager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export class Packager {
ErrorHelper.getWarning(
localize(
"PackagerIsAlreadyRunning",
"If you want to debug please use the 'Attach to packager' option.",
"Packager is already running. If you want to debug please use the 'Attach to packager' option.",
),
),
);
Expand Down

0 comments on commit 4b9b406

Please sign in to comment.