feat: websocket modules
This commit is contained in:
@@ -2,6 +2,7 @@ import { concat } from 'ramda'
|
||||
|
||||
const prependDeemix = concat('[deemix-server]: ')
|
||||
|
||||
export const consoleInfo = (errorText: string) => console.info(prependDeemix(errorText))
|
||||
export const consoleError = (errorText: string) => console.error(prependDeemix(errorText))
|
||||
|
||||
export class BadRequestError extends Error {
|
||||
|
||||
Reference in New Issue
Block a user