Exports is not defined

Hi

Using RODA .1569
When starting our JS application with “Pause on uncaught exceptions”, the browser stops at RemObjectsSDK.js with message ReferenceError: exports is not defined.

Regards,
Filip

Hi,

this is for Node JS

you can hide it with

try {
	exports.RemObjects = RemObjects
} catch(e) {}
1 Like