File "error.ts"

Full path: /home/fsibplc/public_html/sommilito-bank2/splide-4.1.3/src/js/utils/error/error/error.ts
File size: 255 B (255 B bytes)
MIME-type: text/x-java
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

import { PROJECT_CODE } from '../../../constants/project';


/**
 * Displays the error message on the console.
 *
 * @param message - A message.
 */
export function error( message: string ): void {
  console.error( `[${ PROJECT_CODE }] ${ message }` );
}