pinokiod 8.0.55 → 8.0.57

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/kernel/index.js CHANGED
@@ -157,7 +157,7 @@ class Kernel {
157
157
  const pending = automaticScans[method](launchPath)
158
158
  if (pending && typeof pending.catch === "function") {
159
159
  pending.catch((error) => {
160
- console.warn("[Vault Automatic Scan] " + JSON.stringify({
160
+ console.warn("[Vault Automatic Check] " + JSON.stringify({
161
161
  time: new Date().toISOString(),
162
162
  event: "lifecycle-error",
163
163
  method,
@@ -166,7 +166,7 @@ class Kernel {
166
166
  })
167
167
  }
168
168
  } catch (error) {
169
- console.warn("[Vault Automatic Scan] " + JSON.stringify({
169
+ console.warn("[Vault Automatic Check] " + JSON.stringify({
170
170
  time: new Date().toISOString(),
171
171
  event: "lifecycle-error",
172
172
  method,