biz-a-cli 2.3.32 → 2.3.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/hub.js +24 -1
- package/bin/log/debug.log +477 -0
- package/bin/log/error.log +8 -0
- package/bin/log/exception.log +425 -0
- package/bin/log/info.log +212 -0
- package/bin/node +0 -0
- package/bin/proxy.js +1 -1
- package/bin/watcher.js +16 -2
- package/callbackController.js +3 -2
- package/log/exception.log +0 -1
- package/mailController.js +5 -12
- package/package.json +3 -3
- package/scheduler/datalib.js +75 -46
- package/tests/app.test.js +4 -4
- package/tests/data.test.js +206 -8
- package/tests/mailCtl.test.js +8 -3
- package/tests/mockData/mockApp/a.js +1 -0
- package/tests/mockData/mockApp/b.js +2 -0
- package/tests/mockData/mockApp/c.js +4 -0
- package/tests/mockData/mockApp/d.js +2 -0
- package/tests/mockData/mockApp/menu.json +49 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{"date":"Fri Aug 23 2024 10:41:45 GMT+0700 (Indochina Time)","error":{},"level":"error","message":"unhandledRejection: SCY custom error\nError: SCY custom error\n at runCliScript (file:///C:/SourceCode/biz-a/cli/callbackController.js:38:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":8231.265},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\hub","--server","http://localhost:3000","--sub","scy","--hostname","localhost","--port","212","-d","2"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":79344,"external":3839269,"heapTotal":31830016,"heapUsed":15919056,"rss":56299520},"pid":12532,"uid":null,"version":"v20.16.0"},"rejection":true,"stack":"Error: SCY custom error\n at runCliScript (file:///C:/SourceCode/biz-a/cli/callbackController.js:38:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":15,"file":"file:///C:/SourceCode/biz-a/cli/callbackController.js","function":"runCliScript","line":38,"method":null,"native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
|
|
2
|
+
{"date":"Fri Aug 23 2024 10:42:38 GMT+0700 (Indochina Time)","error":{},"level":"error","message":"unhandledRejection: SCY custom error\nError: SCY custom error\n at runCliScript (file:///C:/SourceCode/biz-a/cli/callbackController.js:38:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":8284.171},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\hub","--server","http://localhost:3000","--sub","scy","--hostname","localhost","--port","212","-d","2"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":79344,"external":3839269,"heapTotal":32092160,"heapUsed":15741656,"rss":62074880},"pid":2684,"uid":null,"version":"v20.16.0"},"rejection":true,"stack":"Error: SCY custom error\n at runCliScript (file:///C:/SourceCode/biz-a/cli/callbackController.js:38:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":15,"file":"file:///C:/SourceCode/biz-a/cli/callbackController.js","function":"runCliScript","line":38,"method":null,"native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
|
|
3
|
+
{"err":{},"level":"error","message":"Unhandled Rejection:"}
|
|
4
|
+
{"err":"SCY custom error","level":"error","message":"Unhandled Rejection:"}
|
|
5
|
+
{"err":"SCY custom error","level":"error","message":"Unhandled Rejection:"}
|
|
6
|
+
{"level":"error","message":"Unhandled Rejection: SCY custom error","stack":"Error: SCY custom error\n at runCliScript (file:///C:/SourceCode/biz-a/cli/callbackController.js:38:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"}
|
|
7
|
+
{"level":"error","message":"Unhandled Rejection: AggregateError","stack":"Error: AggregateError\n at runCliScript (file:///C:/SourceCode/biz-a/cli/callbackController.js:38:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"}
|
|
8
|
+
{"level":"error","message":"Unhandled Rejection: SCY custom error","stack":"Error: SCY custom error\n at runCliScript (file:///C:/SourceCode/biz-a/cli/callbackController.js:38:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"}
|