Skip to content

Commit

Permalink
fix: ansi-html in overlay (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh committed Jun 3, 2024
1 parent fdf2bdf commit 0760163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/components/CompileErrorTrace.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const ansiHTML = require('ansi-html-community');
const ansiHTML = require('ansi-html');
const entities = require('html-entities');
const theme = require('../theme.js');
const utils = require('../utils.js');
Expand Down

0 comments on commit 0760163

Please sign in to comment.