Skip to content

sourcedirs.rs panics after upgrading from v1.0.4 to 1.0.5 #108

Open
@vasco3

Description

@vasco3

run rewatch clean and rewatch watch. Then i see the following error

> pnpm rewatch watch . 

[1/7] 📦 Built package tree in 0.00s
[2/7] 🕵️  Found source files in 0.00s
[3/7] 📝 Read compile state 0.00s
[4/7] 🧹 Cleaned 0/0 0.00s
[5/7] 🧱 Parsed 120 source files in 0.14s
[6/7] ️🌴 Collected deps in 0.00s
[7/7] 🤺 ️Compiling... ⠂ 122/122                                                        thread 'thread '<unnamed><unnamed>' panicked at src/sourcedirs.rs:26:10:
called `Result::unwrap()` on an `Err` value: StripPrefixError(())
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
' panicked at src/sourcedirs.rs:26:10:
called `Result::unwrap()` on an `Err` value: StripPrefixError(())
 ELIFECYCLE  Command failed with exit code 101.

I rolled back and it works fine again.

dependencies

  • "@rescript/react": "^0.12.1",
  • "rescript": "11.1.0",

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions