Skip to content

Commit

Permalink
Update historyUtils.ts (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskibear authored Aug 23, 2019
1 parent 85563d7 commit 0eb062a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/historyUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export async function updateLRUCommands(command: string, pomPath: string): Promi
historyObject.pomPath = pomPath;
historyObject.timestamps[command] = Date.now();
} catch (error) {
console.error(error);
historyObject = { pomPath, timestamps: {} };
historyObject.timestamps[command] = Date.now();
}
Expand Down

0 comments on commit 0eb062a

Please sign in to comment.