Skip to content

Commit 8f24b72

Browse files
author
kamil.mysliwiec
committed
Logger hotfix
1 parent 6000981 commit 8f24b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/services/logger.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as process from 'process';
1+
const process = require('process');
22
import * as clc from 'cli-color';
33

44
export class Logger {

0 commit comments

Comments
 (0)