Skip to content

Commit 72c6367

Browse files
authored
Update reconciler.ts
1 parent 5fa7b2a commit 72c6367

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/reconciler.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ if (process.env['DEV'] === 'true') {
2929
if (error.code === 'ERR_MODULE_NOT_FOUND') {
3030
console.warn(
3131
`
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:
32+
The environment variable DEV is set to true, so Ink tried to import \`react-devtools-core\`,
33+
but this failed as it was not installed. Debugging with React Devtools requires it.
34+
35+
To install use this command:
3436
3537
$ npm install --save-dev react-devtools-core
3638
`.trim() + '\n'

0 commit comments

Comments
 (0)