You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by "promer94 (via GitHub)" <gi...@apache.org> on 2023/03/30 07:28:55 UTC

[GitHub] [incubator-opendal] promer94 commented on a diff in pull request #1798: chore(bindings/nodejs): init benchmark

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


##########
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:
   I didn't intent to modify this file. But everytime i run `yarn build`, This file's license header will be remove and the content will be changed. So i have manually add it back.  😢



-- 
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: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org