@psnext/slingcli 2.5.20260722-1 → 2.5.20260722-2

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/bin/sling.js CHANGED
@@ -449,9 +449,9 @@ async function run() {
449
449
  }
450
450
  }
451
451
 
452
- if (process.argv[1] === __filename) {
452
+ //if (process.argv[1] === __filename) {
453
453
  run().catch((err) => {
454
454
  console.error(err instanceof Error ? err.message : String(err));
455
455
  process.exit(1);
456
456
  });
457
- }
457
+ //}