bfg-common 1.5.460 → 1.5.461

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.460",
4
+ "version": "1.5.461",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",
@@ -384,7 +384,7 @@ wdi.SpiceChannel = $.spcExtend(wdi.EventObject.prototype, {
384
384
  `%c error code: 7; channel: ${chanelName} (${this.channel})`,
385
385
  'color: red'
386
386
  )
387
- } else {
387
+ } else if (errorCode > 0) {
388
388
  console.log(
389
389
  'getErrorCodeBytes',
390
390
  `error code: ${errorCode}`,