@jsenv/core 38.4.2 → 38.4.3

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.
@@ -4115,6 +4115,7 @@ const createDynamicLog = ({
4115
4115
  // The spy is required only if we actually wrote something in the stream
4116
4116
  // something else than this code has written in the stream
4117
4117
  // so we just write without clearing (append instead of replacing)
4118
+ lastOutput = "";
4118
4119
  lastOutputFromOutside = "";
4119
4120
  } else {
4120
4121
  stringToWrite = `${getErasePreviousOutput()}${string}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/core",
3
- "version": "38.4.2",
3
+ "version": "38.4.3",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -72,7 +72,7 @@
72
72
  "@jsenv/node-esm-resolution": "1.0.2",
73
73
  "@jsenv/plugin-bundling": "2.6.4",
74
74
  "@jsenv/plugin-minification": "1.5.4",
75
- "@jsenv/plugin-supervisor": "1.4.1",
75
+ "@jsenv/plugin-supervisor": "1.4.2",
76
76
  "@jsenv/plugin-transpilation": "1.3.11",
77
77
  "@jsenv/runtime-compat": "1.2.2",
78
78
  "@jsenv/server": "15.2.1",