Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Jan 14, 2025
1 parent d678cee commit d04e754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export class GetProjectRecordDetailByShaService {

for (let i = 0; i < coverages.length; i++) {
const coverage = coverages[i];
console.log(coverage.reporter, "coverage.reporter");
const data = {
...coverage,
relationID: "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import lightplus from "shiki/themes/light-plus.mjs";
import tokyoNight from "shiki/themes/tokyo-night.mjs";
import css from "shiki/langs/css.mjs";
import jscss from "shiki/langs/javascript.mjs";
import json from "shiki/langs/json.mjs";
import { createOnigurumaEngine } from "shiki/engine/oniguruma";

export const createHighlighterCoreInstance = async () => {
Expand All @@ -13,7 +14,7 @@ export const createHighlighterCoreInstance = async () => {
lightplus,
tokyoNight,
],
langs: [css, jscss],
langs: [css, jscss,json],
// `shiki/wasm` contains the wasm binary inlined as base64 string.
engine: createOnigurumaEngine(getWasm),
});
Expand Down

0 comments on commit d04e754

Please sign in to comment.