added warning

This commit is contained in:
Jan-Otto Kröpke
2024-11-03 21:01:53 +01:00
parent 11bd71901b
commit 80058c00d9
2 changed files with 2 additions and 1 deletions

View File

@@ -43,5 +43,5 @@ if (!stateHelper.IsPost) {
}
// Post
else {
cleanup()
core.warning('cleanupp injected');cleanup()
}