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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]