Skip to content

Commit

Permalink
refactor: remove internal Promise reject parameter not needed (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Brody authored Mar 4, 2021
1 parent f11b2cc commit 51f8666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ exampleReactNativeVersion: ${exampleReactNativeVersion}
})
.then(() => {
// Adds and link the new library
return new Promise((resolve, reject) => {
return new Promise((resolve) => {
// determine this path before the next steps:
const pathExampleApp = `./${moduleName}/${exampleName}`;

Expand Down

0 comments on commit 51f8666

Please sign in to comment.