mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00: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