Fix FontAwesome class after FA v6 upgrade

This commit is contained in:
Sebastian Serth
2022-08-15 23:25:24 +02:00
parent 7d0c3aef4f
commit 0b68f1309d
2 changed files with 3 additions and 3 deletions

View File

@ -716,7 +716,7 @@ var CodeOceanEditor = {
this.showOutOfMemoryMessage();
} else if (output.stderr) {
$.flash.danger({
icon: ['fa', 'fa-bug'],
icon: ['fa-solid', 'fa-bug'],
text: $('#run').data('message-failure')
});
Sentry.captureException(JSON.stringify(output));