fixed manifest and removed signature

This commit is contained in:
adrianvic 2023-12-21 11:37:45 -03:00
commit 65432fd270
3 changed files with 2 additions and 2 deletions

View file

@ -1790,7 +1790,7 @@ function inkInitialize()
}
catch (e)
{
displayError("inkInitialize " + e.toString());
displayError("inkError" + e.message);
}
}