Skip to content

v6.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Jan 18:07
· 22 commits to master since this release

Minor Changes

  • Emit an 'error' event on InSim error

    Usage:

    inSim.on('error', (error) => {
      console.error('InSim error:', error);
    });