Xuanwo commented on code in PR #1798:
URL: 
https://github.com/apache/incubator-opendal/pull/1798#discussion_r1152828118


##########
bindings/nodejs/generated.js:
##########
@@ -36,7 +36,7 @@ function isMusl() {
   // For Node 10
   if (!process.report || typeof process.report.getReport !== 'function') {
     try {
-      const lddPath = require('child_process').execSync('which 
ldd').toString().trim();
+      const lddPath = require('child_process').execSync('which 
ldd').toString().trim()

Review Comment:
   This file should not be touched.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to