mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 10:49:38 +02:00
Revert error typo fix
This commit is contained in:
@@ -126,7 +126,7 @@ export const addSignal = function (
|
|||||||
const cnt = activationCount(idFrom.actor);
|
const cnt = activationCount(idFrom.actor);
|
||||||
if (cnt < 1) {
|
if (cnt < 1) {
|
||||||
// Bail out as there is an activation signal from an inactive participant
|
// Bail out as there is an activation signal from an inactive participant
|
||||||
let error = new Error('Trying to deactivate an inactive participant (' + idFrom.actor + ')');
|
let error = new Error('Trying to inactivate an inactive participant (' + idFrom.actor + ')');
|
||||||
error.hash = {
|
error.hash = {
|
||||||
text: '->>-',
|
text: '->>-',
|
||||||
token: '->>-',
|
token: '->>-',
|
||||||
|
Reference in New Issue
Block a user