Merge pull request #7 from Alfresco/fix/REPO-2897_fix_error_typo

REPO-2897: ALF-21944: membership.delete.js - wrong exception variable…
This commit is contained in:
Abdul Mohammed
2017-09-21 13:06:36 +01:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ function main()
{ {
status.setCode(status.STATUS_INTERNAL_SERVER_ERROR, msg); status.setCode(status.STATUS_INTERNAL_SERVER_ERROR, msg);
} }
else throw error; else throw e;
} }
} }