📜  修补匠失去了颜色 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:50.801000             🧑  作者: Mango

代码示例1
# On line ~37 of file 'vendor/psy/psysh/src/Configuration.php'
# const COLOR_MODE_DISABLED = 'disabled';
#turn it to 'auto'

#Changed
const COLOR_MODE_DISABLED = 'auto';