File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ EM_JS(
106106 }
107107 catch (err)
108108 {
109- // Store error for later retrieval
110- // clang-format off
109+ // clang-format off
110+ // Store error for later retrieval
111111 Module[" git2cpp_js_error" ] = { name: err.name ?? " " , message : err.message ?? " " };
112112 // clang-format on
113113 (err.name == " TimeoutError" ? console.warn : console.error )(err);
@@ -193,8 +193,8 @@ EM_JS(
193193
194194 if (first_read)
195195 {
196- // Caller must delete the returned status_text and response_headers.
197- // clang-format off
196+ // clang-format off
197+ // Caller must delete the returned status_text and response_headers.
198198 setValue (status, xhr.status , ' i32*' );
199199 setValue (status_text, stringToNewUTF8 (xhr.statusText ?? " " ), ' i8**' );
200200 setValue (total_bytes, byte_length, ' i64*' );
@@ -212,8 +212,8 @@ EM_JS(
212212 }
213213 catch (err)
214214 {
215- // Store error for later retrieval
216- // clang-format off
215+ // clang-format off
216+ // Store error for later retrieval
217217 Module[" git2cpp_js_error" ] = { name: err.name ?? " " , message : err.message ?? " " };
218218 // clang-format on
219219 (err.name == " TimeoutError" ? console.warn : console.error )(err);
You can’t perform that action at this time.
0 commit comments