Skip to content

Commit 2e36b99

Browse files
authored
Merge branch 'master' into maxday/add-unit-tests-in-ci
2 parents 269e680 + 0e99247 commit 2e36b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ invocation_response invocation_response::failure(std::string const& error_messag
527527
r.m_success = false;
528528
r.m_content_type = "application/json";
529529
r.m_payload = R"({"errorMessage":")" + json_escape(error_message) + R"(","errorType":")" + json_escape(error_type) +
530-
R"(", "stackTrace":[]})";
530+
R"(","stackTrace":[]})";
531531
return r;
532532
}
533533

0 commit comments

Comments
 (0)