From 5847f030b504013bb67c20204d26556c04e5b47f Mon Sep 17 00:00:00 2001 From: Akkuman Date: Tue, 28 Nov 2023 15:57:24 +0800 Subject: [PATCH] fix: procyon config refer: https://github.com/mstrobel/procyon/blob/88a95fa93c58322393174f84543edc7a0a2ca44d/Procyon.CompilerTools/src/main/java/com/strobel/decompiler/DecompilerSettings.java#L39 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50d97f4..1df7dfb 100644 --- a/package.json +++ b/package.json @@ -820,7 +820,7 @@ "default": false, "description": "Do not lift the contents of switches having only a default label." }, - "unicodeOutputEnabled": { + "isUnicodeOutputEnabled": { "type": "boolean", "default": false, "description": "Enable Unicode output (printable non-ASCII characters will not be escaped)."