You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defined in: [packages/run/src/constant.ts:4](https://github.com/Xunnamius/exec-utils/blob/bf5e65a2582e7e8aeaba89dc9f922437cbff4809/packages/run/src/constant.ts#L4)
11
+
Defined in: [packages/run/src/constant.ts:4](https://github.com/Xunnamius/exec-utils/blob/49a686926412eee8a176a3c8893c62abf78eaebf/packages/run/src/constant.ts#L4)
12
12
13
13
The project-wide namespace that appears in debugger output.
Defined in: [packages/run/src/index.ts:31](https://github.com/Xunnamius/exec-utils/blob/bf5e65a2582e7e8aeaba89dc9f922437cbff4809/packages/run/src/index.ts#L31)
13
+
Defined in: [packages/run/src/index.ts:40](https://github.com/Xunnamius/exec-utils/blob/49a686926412eee8a176a3c8893c62abf78eaebf/packages/run/src/index.ts#L40)
14
14
15
15
Runs (executes) `file` with the given `args` with respect to the given
16
16
`options`.
@@ -23,6 +23,9 @@ Note that, by default, this function:
23
23
2. Coerces output to a string. Set `coerceOutputToString: false` (or `lines:
24
24
true`) to override this.
25
25
26
+
3. Elides Node.js debugger strings. Set `elideNodeDebuggerStringsFromStderr:
27
+
false` to override this.
28
+
26
29
### Parameters
27
30
28
31
#### file
@@ -43,9 +46,9 @@ Note that, by default, this function:
Defined in: [packages/run/src/index.ts:36](https://github.com/Xunnamius/exec-utils/blob/bf5e65a2582e7e8aeaba89dc9f922437cbff4809/packages/run/src/index.ts#L36)
51
+
Defined in: [packages/run/src/index.ts:45](https://github.com/Xunnamius/exec-utils/blob/49a686926412eee8a176a3c8893c62abf78eaebf/packages/run/src/index.ts#L45)
49
52
50
53
Runs (executes) `file` with the given `args` with respect to the given
51
54
`options`.
@@ -58,6 +61,9 @@ Note that, by default, this function:
58
61
2. Coerces output to a string. Set `coerceOutputToString: false` (or `lines:
59
62
true`) to override this.
60
63
64
+
3. Elides Node.js debugger strings. Set `elideNodeDebuggerStringsFromStderr:
0 commit comments