Implement e2e test for checking update user permission
This commit is contained in:
@@ -14,7 +14,7 @@ export class Loader {
|
||||
try {
|
||||
return await import(modulePath);
|
||||
} catch (err) {
|
||||
platformLogger.debug(
|
||||
platformLogger.error(
|
||||
{ err },
|
||||
`${modulePath} can not be loaded (file was found but we were unable to import the module)`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user