whistle 2.9.28 → 2.9.29
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/bin/util.js +1 -1
- package/biz/webui/htdocs/index.html +1 -1
- package/biz/webui/htdocs/js/index.js +3 -3
- package/biz/webui/lib/index.js +4 -3
- package/lib/config.js +11 -3
- package/lib/plugins/get-plugins.js +3 -0
- package/lib/socket-mgr.js +7 -1
- package/package.json +1 -1
package/bin/util.js
CHANGED
|
@@ -88,7 +88,7 @@ function showUsage(isRunning, options, restart) {
|
|
|
88
88
|
info('[i] 3. use ' + colors.bold('Chrome') + ' to visit ' + colors.bold('http://' + (options.localUIHost || config.localUIHost) + '/') + ' to get started');
|
|
89
89
|
|
|
90
90
|
if (parseInt(process.version.slice(1), 10) < 6) {
|
|
91
|
-
warn(colors.bold('\nWarning: The current Node version is too low, access https://nodejs.org to install the latest version, or may not be able to Capture HTTPS
|
|
91
|
+
warn(colors.bold('\nWarning: The current Node version is too low, access https://nodejs.org to install the latest version, or may not be able to Capture HTTPS CONNECTS\n'));
|
|
92
92
|
}
|
|
93
93
|
var bypass = program.init;
|
|
94
94
|
if (bypass == null) {
|