Revert error typo fix

This commit is contained in:
Marcel Ribeiro-Dantas
2023-10-11 16:41:04 -03:00
parent 30b3e6213f
commit ab2345093e

View File

@@ -126,7 +126,7 @@ export const addSignal = function (
const cnt = activationCount(idFrom.actor);
if (cnt < 1) {
// 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 = {
text: '->>-',
token: '->>-',