Skip to content

Commit 14bc9c0

Browse files
knightburtonyichoi
authored andcommitted
Remove the unnecessary then from updateBreakpoint (#29)
IoT.js-Debug-DCO-1.0-Signed-off-by: Imre Kiss [email protected]
1 parent c16cd8c commit 14bc9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JerryProtocolHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ export class JerryDebugProtocolHandler {
692692
Number(enable),
693693
breakpoint.func.byteCodeCP,
694694
breakpoint.offset,
695-
])).then(() => breakpointId);
695+
]));
696696
}
697697

698698
requestBacktrace() {

0 commit comments

Comments
 (0)