Skip to content

Commit

Permalink
Revert #4034
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Feb 18, 2023
1 parent 0f36bbf commit bd98f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
/* eslint-disable @typescript-eslint/no-empty-function */
/* eslint-disable no-console */
import moment from 'moment';
import moment from 'moment-mini';

export type LogLevel = 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'fatal';

Expand Down

0 comments on commit bd98f14

Please sign in to comment.