We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee2925 commit 0068ba8Copy full SHA for 0068ba8
packages/react-scripts/scripts/eject.js
@@ -258,6 +258,7 @@ inquirer
258
(ownContent + os.EOL + content).trim() + os.EOL
259
);
260
} catch (e) {
261
+ console.error('error setting types: ' + e);
262
// It's not essential that this succeeds, the TypeScript user should
263
// be able to re-create these types with ease.
264
}
0 commit comments