Skip to content

Commit

Permalink
Merge 5076f02 into fee4ef7
Browse files Browse the repository at this point in the history
  • Loading branch information
74th committed Jul 5, 2018
2 parents fee4ef7 + 5076f02 commit 7a746ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings/DictionarySettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function getFullPathName(def: DictionaryDefinition) {
return '';
}
const dictPath = path.join(filePath || dictionaryPath(), file);
return dictPath;
return path.resolve(dictPath);
}

export function normalizePathForDictDefs(defs: DictionaryDefinition[], defaultPath: string): DictionaryDefinition[] {
Expand Down

0 comments on commit 7a746ad

Please sign in to comment.