Skip to content
Prev Previous commit
change worker name
  • Loading branch information
islandryu committed Apr 17, 2025
commit 5c317564e5b15cb225a07c0cb5f9b852632120b4
2 changes: 1 addition & 1 deletion src/inspector/target_agent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void TargetAgent::createAndAttachIfNecessary(
const std::string& title,
const std::string& url) {
std::string target_id = std::to_string(getNextTargetId());
std::string type = "worker";
std::string type = "node_worker";

targetCreated(target_id, type, title, url);
bool attached = false;
Expand Down
Loading