mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 11:52:07 +08:00
fix ee-bin spawn without color
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user