pilwon / node-yahoo-finance

Yahoo Finance historical quotes and snapshot data downloader written in Node.js
491 stars 123 forks source link

ReferenceError namespae is not defined #33

Open rschoenbichler opened 7 years ago

rschoenbichler commented 7 years ago

In version 0.2.16 there is a type that leads to a reference error in debug/debug.js on line 126.

debug.color = selectColor(namespae); should be debug.color = selectColor(namespace);