mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-17 05:00:20 +02:00
closes #2552, disable prompt colors
This commit is contained in:
@@ -117,6 +117,7 @@ function setupConfig(next) {
|
||||
prompt.start();
|
||||
prompt.message = '';
|
||||
prompt.delimiter = '';
|
||||
prompt.colors = false;
|
||||
|
||||
if (!install.values) {
|
||||
prompt.get(questions.main, function(err, config) {
|
||||
|
||||
Reference in New Issue
Block a user