Skip to content

Commit

Permalink
better hash/analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 29, 2024
1 parent 19a3873 commit 9b9af62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/ipc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ export async function watchMaps(sendToUI: SendToUI) {
return;
}

fileHashes[pathToHash] = newHash;

console.log(
`[Map Update]`,
`${pathToHash} has changed. Sending update to client...`
Expand Down
2 changes: 0 additions & 2 deletions src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ export class HomeComponent {
constructor() {
const lastTab = (this.localStorage.retrieve('lasttab') as number) ?? 0;
this.activeTab.set(lastTab);

this.analysisService.toggleAnalyzing();
}

changeTab(newTab: number) {
Expand Down

0 comments on commit 9b9af62

Please sign in to comment.