We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa7b2a commit 72c6367Copy full SHA for 72c6367
src/reconciler.ts
@@ -29,8 +29,10 @@ if (process.env['DEV'] === 'true') {
29
if (error.code === 'ERR_MODULE_NOT_FOUND') {
30
console.warn(
31
`
32
-The environment variable DEV = true so ink tried to import \`react-devtools-core\` but this
33
-failed as it was not installed. Debugging with React Devtools requires it. To install use this command:
+The environment variable DEV is set to true, so Ink tried to import \`react-devtools-core\`,
+but this failed as it was not installed. Debugging with React Devtools requires it.
34
+
35
+To install use this command:
36
37
$ npm install --save-dev react-devtools-core
38
`.trim() + '\n'
0 commit comments