Skip to content

Commit

Permalink
Fixes bug missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Feb 6, 2024
1 parent 04a8d1a commit fd6f4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/renderer/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ export default function compile(source, scope, parameters, message = '', options
}

// The quick version
return compiled[key] = compileFn(scope, parameters, code);
return compiled[code] = compileFn(scope, parameters, code);
}

0 comments on commit fd6f4a2

Please sign in to comment.