Skip to content

Commit ca64eae

Browse files
Fix the fallback path to the l10n folder (#1104) (#1105)
If the language server client doesn't specify the location of the l10n folder, then the language server falls back to a path relative to the complied file. This path was wrong; `server.js` is in `./out/server/src/server.js`, so the relative path of the `l10n` folder is `../../../l10n` instead of `../l10n`. Signed-off-by: David Thompson <[email protected]> Co-authored-by: David Thompson <[email protected]>
1 parent bf09a39 commit ca64eae

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)