This commit is contained in:
parent
e768eb0a34
commit
3e68f7fde4
10 changed files with 49 additions and 111 deletions
|
@ -952,7 +952,7 @@ impl LicenseDetectionWatcher {
|
|||
pub fn new(worktree: &Worktree, cx: &mut Context<Worktree>) -> Self {
|
||||
let (mut is_open_source_tx, is_open_source_rx) = watch::channel_with::<bool>(false);
|
||||
|
||||
let loaded_file_fut = worktree.load_file(Path::new("LICENSE"), false, cx);
|
||||
let loaded_file_fut = worktree.load_file(Path::new("LICENSE"), cx);
|
||||
|
||||
Self {
|
||||
is_open_source_rx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue