Commit 6a1c4301 authored by Leo Iannacone's avatar Leo Iannacone

fix variable name

parent 2315e35f
......@@ -63,7 +63,7 @@ function __get_files_list(dir, onlyDirectories, callback) {
}
}
} catch (fs_error) {
__errors_handler("__get_files_list:forEach", fs_err)
__errors_handler("__get_files_list:forEach", fs_error)
return
}
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment