Skip to content

Commit 1f37b3c

Browse files
committed
chore: update README feature list
1 parent 2f85bed commit 1f37b3c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111

1212
**It can...**
1313

14-
- Be used to execute untrusted code
15-
- Timeout long-running code and prevent infinite loops
16-
- Handle errors gracefully
17-
- Run restricted code
18-
- Pass rich data structures back
14+
- [x] Be used to execute untrusted code
15+
- [ ] Timeout long-running code and infinite loops
16+
- [x] Handle errors gracefully
17+
- [x] Run restricted code
18+
- [x] Pass rich data structures back
19+
- [ ] Capture console output
1920

2021
```js
2122
const s = new Sandbox();

0 commit comments

Comments
 (0)