tnp 13.0.55 → 13.0.63

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/tnp-debug CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node --inspect-brk
1
+ #!/usr/bin/env -S node --inspect-brk
2
2
  //#region @backend
3
3
  // --stack-trace-limit=10000
4
4
  require('./start');
@@ -3,7 +3,7 @@ declare global {
3
3
  namespace NodeJS {
4
4
  interface Global {
5
5
  /**
6
- * Check whether am running tnp from:
6
+ * Check whether am running from:
7
7
  * - system command line
8
8
  * - I am calling Tnp from require/imports in some ts files
9
9
  */