Skip to content

Commit

Permalink
Fix wrong string construction
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Jun 14, 2020
1 parent 4312fa3 commit 71cad98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/elmWorkspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ export class ElmWorkspace implements IElmWorkspace {
URI.file(
pathToPackage
.concat("/src/")
.concat(element.replace(".", "/").concat(".elm"))
.concat(element.replace(".", "/").concat(".elm")),
),
);
Expand Down

3 comments on commit 71cad98

@jmbockhorst
Copy link
Member

Choose a reason for hiding this comment

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

@razzeee FYI, I'm still running into issues where some external imports are not resolving. I'm looking into it.

@razzeee
Copy link
Member Author

Choose a reason for hiding this comment

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

Can you give an example?

@jmbockhorst
Copy link
Member

Choose a reason for hiding this comment

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

Please sign in to comment.