@indra.ai/deva.log 0.0.16 → 0.0.17
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -57,7 +57,7 @@ const LOG = new Deva({
|
|
|
57
57
|
func: log_write
|
|
58
58
|
params: type, packet
|
|
59
59
|
describe: this is the log file writer function that handles writing
|
|
60
|
-
the interactions to json
|
|
60
|
+
the interactions to json log file.
|
|
61
61
|
***************/
|
|
62
62
|
async log_write(type, packet) {
|
|
63
63
|
const created = Date.now();
|