Skip to content

Commit 6906c64

Browse files
committed
fix: logging
1 parent 6be6f73 commit 6906c64

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leaphy-robotics/playwright-arduino",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"license": "LGPL-3.0-only",
55
"main": "./dist/index.js",
66
"type": "module",

src/board.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ class Board {
77

88
constructor() {
99
this.process = spawn('./simduino', {
10-
cwd: `${import.meta.dirname}/../build`
10+
cwd: `${import.meta.dirname}/../build`,
11+
stdio: 'inherit'
1112
})
1213
}
1314

0 commit comments

Comments
 (0)