corebasic 1.0.77 → 1.0.78

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.
Files changed (2) hide show
  1. package/libs/features.js +1 -1
  2. package/package.json +1 -1
package/libs/features.js CHANGED
@@ -49,7 +49,7 @@ export const start = async (app, url, file) => {
49
49
  } catch (err) {
50
50
  try { // Sometimes error occurs when disconnecting stream from front end
51
51
  res.status(err.status ?? 500).json(err)
52
- } catch () { }
52
+ } catch (_) { }
53
53
  }
54
54
  })
55
55
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "corebasic",
3
3
  "type": "module",
4
- "version": "1.0.77",
4
+ "version": "1.0.78",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {