mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
hyperterm: exit after editing
This commit is contained in:
parent
29b853fcbf
commit
e39143e4cd
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ export default class HyperTerm extends Component {
|
|||
this.rpc.removeListener('data', ondata);
|
||||
this.rpc.emit('data', { uid, data: '# Attempting to open ~/.hyperterm.js with your $EDITOR\n' +
|
||||
'# If this doesn\'t work, open it manually with your favorite editor!\n' +
|
||||
'$EDITOR ~/.hyperterm.js\n' });
|
||||
'$EDITOR ~/.hyperterm.js && exit\n' });
|
||||
};
|
||||
this.rpc.on('data', ondata);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue