mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
One more
This commit is contained in:
parent
4599203bdf
commit
87b1c76aaf
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ var DictionaryGenerator = function(options) {
|
|||
//Options
|
||||
if (!options)
|
||||
return done(Error('No options passed to generator'));
|
||||
if(!options.path)
|
||||
if (!options.path)
|
||||
return done(Error('No dictionary path specified in options'));
|
||||
|
||||
//Load dictionary
|
||||
|
|
Loading…
Reference in a new issue