@fenwave/agent 1.1.5 → 1.1.6
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/cli-commands.js +1 -1
- package/package.json +1 -1
package/cli-commands.js
CHANGED
|
@@ -434,7 +434,7 @@ function setupCLICommands(program, startServerFunction) {
|
|
|
434
434
|
console.log(chalk.gray('Configuration and data files have been preserved.'));
|
|
435
435
|
}
|
|
436
436
|
|
|
437
|
-
console.log(chalk.gray('\nTo reinstall: npm install -g @fenwave/
|
|
437
|
+
console.log(chalk.gray('\nTo reinstall: npm install -g @fenwave/agent\n'));
|
|
438
438
|
|
|
439
439
|
process.exit(0);
|
|
440
440
|
} catch (error) {
|