1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
| $ npm run dev
> easy-mock@1.6.0 dev /home/shadow/easy-mock > nodemon --ignore views/ --ignore public/ app
[nodemon] 1.14.11 [nodemon] to restart at any time, enter `rs` [nodemon] watching: *.* [nodemon] starting `node app.js` server started at http://0.0.0.0:7300 {"t":{"$date":"2020-08-25T17:54:29.409+08:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"connection accepted","attr":{"remote":"127.0.0.1:59488","sessionId":5,"connectionCount":1}} {"t":{"$date":"2020-08-25T17:54:29.415+08:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn5","msg":"client metadata","attr":{"remote":"127.0.0.1:59488","client":"conn5","doc":{"driver":{"name":"nodejs","version":"2.2.34"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"4.4.0-140-generic"},"platform":"Node.js v10.22.0, LE, mongodb-core: 2.1.18"}}} {"t":{"$date":"2020-08-25T17:54:29.435+08:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"connection accepted","attr":{"remote":"127.0.0.1:59492","sessionId":6,"connectionCount":2}} {"t":{"$date":"2020-08-25T17:54:29.440+08:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"connection accepted","attr":{"remote":"127.0.0.1:59494","sessionId":7,"connectionCount":3}} {"t":{"$date":"2020-08-25T17:54:29.443+08:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"connection accepted","attr":{"remote":"127.0.0.1:59496","sessionId":8,"connectionCount":4}} /home/shadow/.nvm/versions/node/v10.22.0/bin/node[6242]: ../src/node_file.cc:943:void node::fs::Stat(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `(argc) == (4)' failed. 1: 0x8fb090 node::Abort() [/home/shadow/.nvm/versions/node/v10.22.0/bin/node] 2: 0x8fb165 [/home/shadow/.nvm/versions/node/v10.22.0/bin/node] 3: 0x93bb1a [/home/shadow/.nvm/versions/node/v10.22.0/bin/node] 4: 0xb917ef [/home/shadow/.nvm/versions/node/v10.22.0/bin/node] 5: 0xb92359 v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*) [/home/shadow/.nvm/versions/node/v10.22.0/bin/node] 6: 0x3a1c83a5be1d {"t":{"$date":"2020-08-25T17:54:39.976+08:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn8","msg":"connection ended","attr":{"remote":"127.0.0.1:59496","connectionCount":3}} {"t":{"$date":"2020-08-25T17:54:39.976+08:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn7","msg":"connection ended","attr":{"remote":"127.0.0.1:59494","connectionCount":1}} {"t":{"$date":"2020-08-25T17:54:39.976+08:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn6","msg":"connection ended","attr":{"remote":"127.0.0.1:59492","connectionCount":0}} [nodemon] app crashed - waiting for file changes before starting... {"t":{"$date":"2020-08-25T17:54:39.976+08:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn5","msg":"connection ended","attr":{"remote":"127.0.0.1:59488","connectionCount":2}}
|