Skip to content

Commit 19be6a8

Browse files
committed
fix storage key
1 parent 0f8e739 commit 19be6a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/inspector/storage_agent.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ void StorageAgent::Wire(protocol::UberDispatcher* dispatcher) {
1919
}
2020
DispatchResponse StorageAgent::getStorageKey(
2121
std::optional<protocol::String> frameId, protocol::String* storageKey) {
22-
// *storageKey = env_->options()->experimental_inspector_storage_key;
23-
*storageKey = "node-inspector://default-dom-storage";
22+
*storageKey = env_->options()->experimental_inspector_storage_key;
2423
return protocol::DispatchResponse::Success();
2524
}
2625

0 commit comments

Comments
 (0)