Skip to content

Commit

Permalink
Raise the decompiler block limit
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed May 9, 2024
1 parent c48ddb0 commit 60df525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxtcompiler/emitter/decompiler.ts
Expand Up @@ -65,7 +65,7 @@ namespace ts.pxtc.decompiler {
/**
* Max number of blocks before we bail out of decompilation
*/
const MAX_BLOCKS = 1500;
const MAX_BLOCKS = 4000;

const lowerCaseAlphabetStartCode = 97;
const lowerCaseAlphabetEndCode = 122;
Expand Down

0 comments on commit 60df525

Please sign in to comment.