jsir 3.0.4 → 3.0.5

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/cmd/oaa.js +3 -1
  2. package/package.json +1 -1
package/cmd/oaa.js CHANGED
@@ -2592,7 +2592,9 @@ process.on('beforeExit', async function () {
2592
2592
  if (_noAppendNextLine) {
2593
2593
  terminalTitle(null)
2594
2594
  } else {
2595
- nextLine();
2595
+ if (!isRunningInBackground()) {
2596
+ nextLine();
2597
+ }
2596
2598
  Room.onRoom()
2597
2599
  }
2598
2600
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsir",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "JavaScript Script Management Tool",
5
5
  "main": "index.js",
6
6
  "scripts": {