Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Jan 25, 2024
1 parent 897b285 commit f479fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ export class Storage {
*/
static updateEntriesWithUnresolvedLocalDependencies() {
for (const [key, value] of this.#unresolvedLocalItems) {
logger.debug("update item containing pointers with @@local origin!: " + key)
logger.debug("update item containing pointers with @@local origin: " + key)
this.setItem(key, value)
}
this.#unresolvedLocalItems.clear()
Expand Down

0 comments on commit f479fd5

Please sign in to comment.