Skip to content

Commit

Permalink
Update lib/result-cache-json.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck authored and jfmengels committed Nov 4, 2024
1 parent fa49c5c commit 4d98712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/result-cache-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function replacer(_key, value_) {
}

if (typeof value === 'object') {
// // TODO(@jfmengels): Also support serializing `Dict`s.
// TODO(@jfmengels): Also support serializing `Dict`s.
// if (value.$ === -1) {
// return {
// $: '$D',
Expand Down

0 comments on commit 4d98712

Please sign in to comment.