We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a4839 commit 8148cc4Copy full SHA for 8148cc4
devtools/target.py
@@ -23,6 +23,7 @@ def add_session(self, session):
23
def remove_session(self, session_id):
24
if isinstance(session_id, Session):
25
session_id = session_id.session_id
26
+ if session_id not in self.sessions: return
27
del self.sessions[session_id]
28
29
async def create_session(self):
0 commit comments