We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c83ee4 commit e1d6d5dCopy full SHA for e1d6d5d
package/oracledbinstall.js
@@ -128,8 +128,6 @@ function verifyBinary() {
128
return;
129
}
130
131
- packageUtil.log('Binary found');
132
-
133
let remoteShaFile = '';
134
let binarySha;
135
@@ -428,7 +426,7 @@ function install() {
428
426
if (valid) {
429
427
done(null, true);
430
} else {
431
- packageUtil.log('Continuing with installation');
+ packageUtil.log('Continuing installation');
432
433
return new Promise((resolve, reject) => {
434
installBinary()
0 commit comments