Skip to content

Commit c10f891

Browse files
committed
Improve install tracing to help diagnose Linux root install issues
1 parent fd0fd00 commit c10f891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/oracledbinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ function getFileReadStreamBase(hostname, path, socket) {
326326
// file, and then extracts the license and the binary.
327327
function installBinary() {
328328
return new Promise((resolve, reject) => {
329-
packageUtil.trace('In installBinary');
329+
packageUtil.trace('In installBinary at: "' + process.cwd() + '" mode: ' + fs.statSync(process.cwd()).mode);
330330

331331
// Directories to be created for the binary
332332
const dirs = [

0 commit comments

Comments
 (0)