fix #1234: auto-type not working on linux

This commit is contained in:
antelle 2019-08-19 20:55:25 +02:00
parent 105205661f
commit 2c38f3c8f2
2 changed files with 2 additions and 1 deletions

View File

@ -221,7 +221,7 @@ const Launcher = {
spawn(config) {
const ts = logger.ts();
let complete = config.complete;
const ps = this.req('child_process').spawn(config.cmd, config.args);
const ps = this.remReq('child_process').spawn(config.cmd, config.args);
[ps.stdin, ps.stdout, ps.stderr].forEach(s => s.setEncoding('utf-8'));
let stderr = '';
let stdout = '';

View File

@ -4,6 +4,7 @@ Release notes
`-` fix #1231: tooltip arrow positioning
`+` improved ranking search
`-` fix #1232: removed an unwanted menubar on windows and linux
`-` fix #1234: auto-type not working on linux
##### v1.9.0 (2019-08-18)
`-` fix #1221: added '30 min' lock option