nexusql 0.9.9 → 0.9.10

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/dist/cli.js CHANGED
@@ -3784,7 +3784,7 @@ function getReadline() {
3784
3784
  rl = readline.createInterface({
3785
3785
  input: process.stdin,
3786
3786
  output: process.stdout,
3787
- terminal: process.stdin.isTTY ?? false
3787
+ terminal: !!process.stdin.isTTY
3788
3788
  });
3789
3789
  rl.on("close", () => {
3790
3790
  rl = null;