1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 15:57:06 +00:00
termux-packages/packages/nodejs/src-node_report.cc.patch
Yaksh Bariya a765ae2ba1
upgpkg(main/nodejs): update to v18.3.0
Also patches for tests have been commited which I had since a while but
never made them public.
2022-06-05 10:54:02 +05:30

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();
}
}