Skip to content

Commit 8890803

Browse files
committed
Fix build
1 parent 052b699 commit 8890803

File tree

2 files changed

+217
-338
lines changed

2 files changed

+217
-338
lines changed

build/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function writePlistFile(grammar: TmGrammar | TmTheme, fileName: string) {
2626

2727
function readYaml(fileName: string) {
2828
const text = fs.readFileSync(fileName, "utf8");
29-
return yaml.safeLoad(text);
29+
return yaml.load(text);
3030
}
3131

3232
function changeTsToTsx(str: string) {

0 commit comments

Comments
 (0)