@rpcbase/server 0.269.0 → 0.270.0

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.
@@ -8,7 +8,7 @@ const CRASH_COOLDOWN_INTERVAL = 10000
8
8
  const CRASH_RESTART_DELAY = 1000
9
9
 
10
10
 
11
- const get_dev_watcher = ({script, nodeArgs, ...opts}) => {
11
+ const get_dev_watcher = ({script, nodeArgs = [], ...opts}) => {
12
12
 
13
13
  let crash_count = 0
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.269.0",
3
+ "version": "0.270.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "bin": {