@bdkinc/knex-ibmi 0.3.19 → 0.3.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +0 -0
- package/README.md +0 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.js +0 -2
- package/package.json +1 -1
package/LICENSE
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
File without changes
|
package/dist/index.d.ts
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
@@ -360,7 +360,6 @@ var DB2Client = class extends import_knex.knex.Client {
|
|
|
360
360
|
if (this.logger.error) {
|
|
361
361
|
this.logger.error("knex-ibmi: " + message);
|
|
362
362
|
}
|
|
363
|
-
throw new Error(message);
|
|
364
363
|
}
|
|
365
364
|
printWarn(message) {
|
|
366
365
|
if (import_node_process.default.env.DEBUG === "true") {
|
|
@@ -480,7 +479,6 @@ var DB2Client = class extends import_knex.knex.Client {
|
|
|
480
479
|
console.log(JSON.stringify(error3, null, 2));
|
|
481
480
|
}
|
|
482
481
|
if (result) {
|
|
483
|
-
console.log({ result });
|
|
484
482
|
this.push(result);
|
|
485
483
|
}
|
|
486
484
|
});
|