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 b6b48fa commit cb1d474Copy full SHA for cb1d474
src/cli/run.js
@@ -163,7 +163,8 @@ module.exports = function (argv) {
163
// Support nohup
164
// https://github.com/typicode/json-server/issues/221
165
process.stdin.on('error', () => {
166
- console.log(' Error, can\'t read from stdin')
+ console.log(` Error, can't read from stdin`)
167
+ console.log(` Creating a snapshot from the CLI won't be possible`)
168
})
169
process.stdin.setEncoding('utf8')
170
process.stdin.on('data', (chunk) => {
0 commit comments