vovk-cli 0.0.4 → 0.0.5
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/dev/index.mjs +1 -1
- package/package.json +1 -1
package/dist/dev/index.mjs
CHANGED
|
@@ -172,7 +172,7 @@ export class VovkDev {
|
|
|
172
172
|
if (isInitial) {
|
|
173
173
|
callback();
|
|
174
174
|
if (!this.#segments.length) {
|
|
175
|
-
log.info(`Create a root segment with ${chalkHighlightThing('npx vovk new segment')} command`);
|
|
175
|
+
log.info(`No segments found. Create a root segment with ${chalkHighlightThing('npx vovk new segment')} command`);
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
178
|
else {
|