Skip to content

Commit 6a05f55

Browse files
knightburtonyichoi
authored andcommitted
Fix TSLint warnings (#13)
IoT.js-Debug-DCO-1.0-Signed-off-by: Imre Kiss [email protected]
1 parent b027336 commit 6a05f55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/IotjsDebugger.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,9 @@ class IotjsDebugSession extends LoggingDebugSession {
226226
this.sendResponse(response);
227227
}
228228

229-
protected stackTraceRequest(response: DebugProtocol.StackTraceResponse, args: DebugProtocol.StackTraceArguments): void {
229+
protected stackTraceRequest(
230+
response: DebugProtocol.StackTraceResponse, args: DebugProtocol.StackTraceArguments
231+
): void {
230232
this.log('stackTraceRequest');
231233

232234
const stk = this._backtrace.map((f, i) => new StackFrame(

0 commit comments

Comments
 (0)