diff --git a/runtime/storage.ts b/runtime/storage.ts index e9c67c07..7c82fd2c 100644 --- a/runtime/storage.ts +++ b/runtime/storage.ts @@ -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()