pty.js => node-pty

This commit is contained in:
Matheus Fernandes 2017-01-15 13:34:07 -02:00
parent 2958f4444f
commit d316592d8f
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F

View file

@ -42,9 +42,9 @@ npm run dist
After that, you'll see the binary in the `./dist` folder!
### pty.js issues
### node-pty issues
If after building during development you get an alert dialog related to `pty.js` issues,
If after building during development you get an alert dialog related to `node-pty` issues,
make sure its build process is working correctly by running `npm rebuild` manually inside
the `app` directory.