Skip to content

Commit dd5e156

Browse files
entry newline needed
1 parent 93888de commit dd5e156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExceptionType.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ JSObject *ExceptionType::toJsError(JSContext *cx, PyObject *exceptionValue, PyOb
9393
if (stackObj.get()) {
9494
JS::RootedString stackStr(cx);
9595
JS::BuildStackString(cx, nullptr, stackObj, &stackStr, 2, js::StackFormat::SpiderMonkey);
96-
stackStream << "JS Stack Trace:\n" << StrType(cx, stackStr).getValue();
96+
stackStream << "\nJS Stack Trace:\n" << StrType(cx, stackStr).getValue();
9797
}
9898

9999

0 commit comments

Comments
 (0)