fix ee-bin spawn without color

This commit is contained in:
Amano
2024-03-22 15:04:09 +08:00
committed by GitHub
parent 86c24f2acd
commit 2a297d9760

View File

@@ -20,7 +20,7 @@ module.exports = {
electron: {
directory: './',
cmd: 'electron',
args: ['.', '--env=local'],
args: ['.', '--env=local', '--color=always'],
}
},
@@ -94,4 +94,4 @@ module.exports = {
args: ['-v'],
},
},
};
};