@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.
package/package.json
CHANGED
package/plugins/sidebar.html
CHANGED
|
@@ -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")
|