update files

This commit is contained in:
nuintun
2015-11-26 17:13:52 +08:00
parent 0de48027f7
commit 887e6a74d4
3 changed files with 14 additions and 10 deletions

View File

@@ -34,8 +34,6 @@ Emulator.prototype = {
exec: function (){
var parsed = normalizeExecArgs.apply(null, arguments);
console.log(JSON.stringify(parsed, null, 2));
return spawn(parsed.shell, parsed.args, parsed.options);
}
};
@@ -95,10 +93,6 @@ 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,