One more
This commit is contained in:
parent
4599203bdf
commit
87b1c76aaf
|
@ -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 New Issue