mirror of
https://github.com/hexastack/hexabot
synced 2024-12-28 06:42:23 +00:00
fix: adjust log message
This commit is contained in:
parent
e7109ba036
commit
5c21212a96
@ -304,7 +304,7 @@ export default abstract class BaseWebChannelHandler<
|
||||
return new URL(origin.trim()).origin;
|
||||
} catch (error) {
|
||||
this.logger.error(
|
||||
`Invalid URL in allowed domains: ${origin}`,
|
||||
`Web Channel Handler : Invalid URL in allowed domains: ${origin}`,
|
||||
error,
|
||||
);
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user