Skip to content

Commit 1a994a1

Browse files
committed
chore: leave a note explaining why we're using execa's all
1 parent 1992c20 commit 1a994a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ts/lib/commands/precompile.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export default command({
3838
'--pretty', 'true',
3939
], {
4040
preferLocal: true,
41+
42+
// Capture a string with stdout and stderr interleaved for error reporting
4143
all: true,
4244
});
4345
} catch (e) {

0 commit comments

Comments
 (0)