Skip to content

Commit

Permalink
Update packages/repack/commands.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Romańczyk <[email protected]>
  • Loading branch information
szymonrybczak and jbroma authored Dec 15, 2023
1 parent 8dcc89d commit bf9d1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/repack/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function getCommands() {
}

if (!commands) {
throw new Error('Cannot resolve path react-native package');
throw new Error('Cannot resolve path to react-native package');
}

return commands;
Expand Down

0 comments on commit bf9d1fb

Please sign in to comment.