Strips Chromium logs from a stream, mainly useful for cleaning up Electron's process.stderr stream.Returns a duplexer stream which ignores Chromium-looking logs (which can span several lines) but allows other lines to pass through.
strip chromium electron log logs logging stderr stream pipe clean loggings err std out stdoutPass it any value and you're are guaranteed to get back an Error with name, message, and stack properties.Can be useful when you don't control all the places an error can be thrown or rejected. A user could for example throw a string or an error without a stack property.
error ensure valid err stack message name string to make fix clean convertReturns an Error that is also an iterator for the individual errors.
aggregate error err combine multiple many collection iterable iteratorResults is a tiny library bringing Discriminated Unions (aka Sum Types or Algebraic Types) to JavaScript, with match for better program flow control. Results ships with full-featured Maybe (sometimes called an Option Type) and Result unions built-in, helping you safely deal with optional data and error handling.
discriminated-unions result option maybe some none ok err enum union matchgit: When it detects that your application runs from git repository it will automatically include the sha1, branch and even it's configuration in the output. process: Useful information like load average, uptime, free memory, heap size, process id and even the build information of your node process are included.
crash crashes debug debugger debugging development dump err error errors exception exceptional handling fault heap heapdump log logger production panic uncaught uncaughtexceptionCreate new error instances with a code and additional properties. The browser file is named index.umd.js which supports CommonJS, AMD and globals (errCode).
error err code properties propertyReturns a JSON representation of an error (handles nested errors and calls nested toJSONs)
error tojson to json return nested errortojson err errtojson
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.