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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user