mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-08-30 10:47:26 +00:00
refactor: update RaycastInstance to FlareInstance
This commit is contained in:
parent
457d11a981
commit
2890b7e464
1 changed files with 2 additions and 2 deletions
|
@ -118,9 +118,9 @@ rl.on('line', (line) => {
|
|||
return;
|
||||
}
|
||||
|
||||
const raycastInstance = instance as FlareInstance;
|
||||
const flareInstance = instance as FlareInstance;
|
||||
|
||||
const props = raycastInstance._unserializedProps;
|
||||
const props = flareInstance._unserializedProps;
|
||||
const handler = props?.[handlerName];
|
||||
|
||||
if (typeof handler === 'function') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue