fix(ags): mute ydotoold error
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
d85b0847dd
commit
d1982d10c4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import Keyboard from './keyboard';
|
|||
|
||||
|
||||
export default () => {
|
||||
execAsync('ydotoold').catch(print);
|
||||
execAsync('ydotoold').catch(() => { /**/ });
|
||||
|
||||
return Gesture((
|
||||
<OskWindow
|
||||
|
|
Loading…
Reference in a new issue