update files

This commit is contained in:
nuintun
2015-11-26 16:56:49 +08:00
parent 2b958a6f71
commit c8efaddbe6
2 changed files with 11 additions and 2 deletions

View File

@@ -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,