rename lossy to unreliable (#357)

* rename lossy to unreliable

* fmt

* missed a rename
This commit is contained in:
Kurt Hutten
2023-08-31 07:39:03 +10:00
committed by GitHub
parent f3274e03ff
commit eb48d51309
2 changed files with 42 additions and 33 deletions

View File

@ -325,7 +325,7 @@ export function App() {
await engineCommandManager.waitForAllCommands()
setArtifactMap({ artifactMap, sourceRangeMap })
const unSubHover = engineCommandManager.subscribeToLossy({
const unSubHover = engineCommandManager.subscribeToUnreliable({
event: 'highlight_set_entity',
callback: ({ data }) => {
if (!data?.entity_id) {