UNPKG

xcarve-server

Version:

A Node.js Raspberry Pi server for controlling a XCarve from a remote machine using [Easel](http://easel.inventables.com).

16 lines (12 loc) 362 B
// this file is part of the v0.2.7 easel local OS X install. // you can find out more about easel and the x-carve at // inventables.com & easel.inventables.com var ErrorHandler = (function () { return { trigger : function (err) { // TODO: better error handling and recovery console.error(err); } } })(); module.exports = ErrorHandler;