zotero / translation-server

A Node.js-based server to run Zotero translators
Other
122 stars 51 forks source link

Use quotes rather than backticks in Debug.log #39

Closed ms609 closed 5 years ago

ms609 commented 5 years ago

Backticks were throwing up a "Weird error 8"; presumably quotes were intended?

adomasven commented 5 years ago

The backticks are for string interpolation. If you have any questions regarding Zotero development, please post on zotero-dev group

dstillman commented 5 years ago

@ms609: You probably figured this out, but this likely just means you were running it with a very old (pre-4.0?) version of Node.

ms609 commented 5 years ago

Thanks for the suggestion. I believed that the server had node 10.5 installed for a while until I looked more carefully and discovered that it was 0.10.5 (!)

Just got node 6 installed and this is now working marvellously. Thanks for your help and sorry to bug you with a needless pull request!