-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
A user raised this issue over in the Johnny-Five repo.
The problem appears to be caused by this block in interchange.js:
try {
const manifest = JSON.parse(fs.readFileSync(manifest_file));
} catch (e) {
console.error('Manifest file incorrect');
throw e;
}
let manifest_objects = (options.useFirmata ? manifest.firmata : manifest.backpack);const is scope limited in try blocks so an error is thrown when trying to read manifest.firmata or manifest.backpack.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels