vovk-cli 0.0.1-beta.22 → 0.0.1-beta.23
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/dist/watcher/index.mjs +1 -1
- package/package.json +1 -1
package/dist/watcher/index.mjs
CHANGED
|
@@ -183,7 +183,7 @@ export class VovkCLIWatcher {
|
|
|
183
183
|
workersByOriginalName[name]);
|
|
184
184
|
});
|
|
185
185
|
if (affectedSegments.length) {
|
|
186
|
-
log.debug(`A file with controller or worker ${namesOfClasses.join(', ')} have been modified at path "${filePath}". Segment(s) affected: ${
|
|
186
|
+
log.debug(`A file with controller or worker ${namesOfClasses.join(', ')} have been modified at path "${filePath}". Segment(s) affected: ${JSON.stringify(affectedSegments)}`);
|
|
187
187
|
for (const segment of affectedSegments) {
|
|
188
188
|
await this.#requestSchema(segment.segmentName);
|
|
189
189
|
}
|