Skip to content

Conversation

jfrolich
Copy link
Collaborator

@jfrolich jfrolich commented Jun 5, 2024

No description provided.

// copy the mlmap to the bs build path for editor tooling
let base_build_path = package.get_build_path() + "/" + &suffix;
let base_bs_build_path = package.get_bs_build_path() + "/" + &suffix;
let _ = std::fs::copy(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it might be time to introduce something like anyhow or another way to do nice error handling - more of a note for the future

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah cool anyhow looks nice. This stuff also reminds me to refactor the string based paths to proper paths :)

@jfrolich jfrolich merged commit a5dabb1 into master Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants