mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-25 21:20:41 +00:00
13 lines
313 B
Diff
13 lines
313 B
Diff
--- ./src/node_report.cc 2022-09-23 08:19:19.000000000 +0530
|
|
+++ ./src/node_report.cc.mod 2022-10-06 21:25:11.127454780 +0530
|
|
@@ -425,6 +425,9 @@
|
|
}
|
|
writer->json_arrayend();
|
|
uv_free_cpu_info(cpu_info, count);
|
|
+ } else {
|
|
+ writer->json_arraystart("cpus");
|
|
+ writer->json_arrayend();
|
|
}
|
|
}
|
|
|