Skip to content

Commit

Permalink
Fixed fable-compiler-js includes (#3825)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncave authored May 24, 2024
1 parent f9abdf0 commit 1169740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fable-compiler-js/src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function getVersion() {

export function getFableLibDir() {
const require = createRequire(import.meta.url);
return Path.join(Path.dirname(require.resolve("@fable-org/fable-standalone")), "fable-library-ts");
return Path.join(Path.dirname(require.resolve("@fable-org/fable-compiler-js")), "fable-library-js");
}

export function getDirFiles(dir) {
Expand Down

0 comments on commit 1169740

Please sign in to comment.