mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-30 13:40:51 +00:00
Fix code error
Signed-off-by: huangtianzhi <huangtianzhi1@huawei.com>
This commit is contained in:
parent
642bb5c6d1
commit
dcc382fa2b
@ -200,7 +200,7 @@ void JSDebugger::DumpBreakpoints()
|
||||
}
|
||||
}
|
||||
|
||||
bool JSDebugger::IsBreakpointCondSatisfied(std::optional<JSBreakpoint> breakpoint)
|
||||
bool JSDebugger::IsBreakpointCondSatisfied(std::optional<JSBreakpoint> breakpoint) const
|
||||
{
|
||||
if (!breakpoint.has_value()) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user