Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Don't add a bunch of new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Oct 29, 2018
1 parent 37a696d commit 272da12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/scripts/eject.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ inquirer

fs.writeFileSync(
paths.appTypeDeclarations,
ownContent + os.EOL + content
(ownContent + os.EOL + content).trim() + os.EOL
);
} catch (e) {
// It's not essential that this succeeds, the TypeScript user should
Expand Down

0 comments on commit 272da12

Please sign in to comment.