@gregoriusrippenstein/erlang-red-unittest 0.12.0 → 0.12.1

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.
@@ -26,7 +26,7 @@
26
26
 
27
27
  inputs: 0,
28
28
 
29
- outputs: 0,
29
+ outputs: 1,
30
30
 
31
31
  label: function() {
32
32
  if (this.nodeid && !this.name ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gregoriusrippenstein/erlang-red-unittest",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "dependencies": {
5
5
  },
6
6
 
@@ -288,6 +288,7 @@ function sendUnittestngHalt() {
288
288
  url: `/UnitTesting/halt?cb=${new Date().getTime()}`
289
289
  }).done((resp) => {
290
290
  RED.notify(`Halt send successfully`, "success")
291
+ RED.events.emit('unittesting:server-restarted')
291
292
  RED.nodes.dirty(true) // activate deploy button to save the flow to the server.
292
293
  }).fail((e) => {
293
294
  RED.notify("Failed to send halt command", "error")