mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-19 17:17:33 +08:00
update files
This commit is contained in:
@@ -95,6 +95,10 @@ module.exports = {
|
||||
env[item.name] = item.value
|
||||
});
|
||||
|
||||
env['COLORTERM'] = 'true';
|
||||
env['DEBUG_FD'] = '1';
|
||||
env['DEBUG_COLORS'] = 'true';
|
||||
|
||||
emulator = new Emulator({
|
||||
env: env,
|
||||
cwd: project.path,
|
||||
|
Reference in New Issue
Block a user