Skip to content

Commit eb21e6c

Browse files
committed
Formatting cleanup
1 parent 61ffe51 commit eb21e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacktrace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188
var reportPayload = {stack: stackframes};
189189
if (errorMsg != undefined) {
190-
reportPayload.message = errorMsg;
190+
reportPayload.message = errorMsg;
191191
}
192192

193193
req.send(JSON.stringify(reportPayload));

0 commit comments

Comments
 (0)