mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-13 01:50:33 +00:00
a765ae2ba1
Also patches for tests have been commited which I had since a while but never made them public.
13 lines
314 B
Diff
13 lines
314 B
Diff
--- ./src/node_report.cc.orig 2022-06-04 20:28:45.524998388 +0530
|
|
+++ ./src/node_report.cc 2022-06-04 20:30:09.764998356 +0530
|
|
@@ -425,6 +425,9 @@
|
|
}
|
|
writer->json_arrayend();
|
|
uv_free_cpu_info(cpu_info, count);
|
|
+ } else {
|
|
+ writer->json_arraystart("cpus");
|
|
+ writer->json_arrayend();
|
|
}
|
|
}
|
|
|