Skip to content

Commit c5f2c56

Browse files
authored
Cleanup CLI to use eyre + refactor patterns (#4108)
1 parent 426503f commit c5f2c56

File tree

5 files changed

+161
-151
lines changed

5 files changed

+161
-151
lines changed

.vscode/launch.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,11 @@
5151
{
5252
"id": "filePath",
5353
"description": "Relative path to the file to run",
54-
"default": "debug/script.js",
5554
"type": "promptString"
5655
},
5756
{
5857
"id": "modulePath",
5958
"description": "Relative path to the module root directory",
60-
"default": "debug",
6159
"type": "promptString"
6260
},
6361
{

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ regex.workspace = true
2424
phf = { workspace = true, features = ["macros"] }
2525
pollster.workspace = true
2626
dhat = { workspace = true, optional = true }
27+
color-eyre.workspace = true
2728

2829
[features]
2930
default = ["boa_engine/annex-b", "boa_engine/experimental", "boa_engine/intl_bundled"]

0 commit comments

Comments
 (0)