mperdeck / jsnlog.js

Tiny JavaScript logging library, simple and well documented. Lots of options to filter logging data.
js.jsnlog.com
Other
130 stars 44 forks source link

missing jsnlog_interfaces.d.ts #52

Closed pid27 closed 6 years ago

pid27 commented 6 years ago

jsnlog.js keeps looking for this file. It doesnt get downloaded from nuget.

Do i need to remove this line ?

mperdeck commented 6 years ago

Yes, you can remove that line. I've changed the build process to remove that line, so future versions of jsnlog.js won't have it anymore. Thanks for the heads up.