Skip to content

Commit 51e8092

Browse files
committed
Don't imply the driver is 'installed' in the middle of the install process.
1 parent 17cc3f6 commit 51e8092

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
@@ -429,7 +429,7 @@ function install() {
429429
return new Promise((resolve, reject) => {
430430
installBinary()
431431
.then(() => {
432-
packageUtil.log('Oracledb installed');
432+
packageUtil.log('Oracledb downloaded');
433433

434434
return verifyBinary();
435435
})

0 commit comments

Comments
 (0)