mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
assertion failed solved_all
This commit is contained in:
parent
d922d72d83
commit
db4f788076
7 changed files with 89 additions and 59 deletions
|
@ -17,6 +17,6 @@ mod window;
|
|||
use std::io;
|
||||
use std::path::Path;
|
||||
|
||||
pub fn launch(filepaths: &[&Path]) -> io::Result<()> {
|
||||
editor::main::launch(filepaths)
|
||||
pub fn launch(project_dir_path_opt: Option<&Path>) -> io::Result<()> {
|
||||
editor::main::launch(project_dir_path_opt)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue