1
0
Fork 0
mirror of https://github.com/SunRed/haste-server.git synced 2024-11-01 01:30:21 +01:00
This commit is contained in:
John Crepezzi 2017-06-26 12:11:19 -04:00 committed by GitHub
parent 4599203bdf
commit 87b1c76aaf

View file

@ -4,7 +4,7 @@ var DictionaryGenerator = function(options) {
//Options //Options
if (!options) if (!options)
return done(Error('No options passed to generator')); return done(Error('No options passed to generator'));
if(!options.path) if (!options.path)
return done(Error('No dictionary path specified in options')); return done(Error('No dictionary path specified in options'));
//Load dictionary //Load dictionary