From 0068ba81c6d79d99788877c9e1b618acd7412dce Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Mon, 29 Oct 2018 17:44:59 -0400 Subject: [PATCH] Add debug --- packages/react-scripts/scripts/eject.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-scripts/scripts/eject.js b/packages/react-scripts/scripts/eject.js index 8f8cfcb1a14..08d79e779c8 100644 --- a/packages/react-scripts/scripts/eject.js +++ b/packages/react-scripts/scripts/eject.js @@ -258,6 +258,7 @@ inquirer (ownContent + os.EOL + content).trim() + os.EOL ); } catch (e) { + console.error('error setting types: ' + e); // It's not essential that this succeeds, the TypeScript user should // be able to re-create these types with ease. }