Skip to content

Commit

Permalink
add print for catch
Browse files Browse the repository at this point in the history
  • Loading branch information
JCSnap committed Apr 21, 2024
1 parent 581c825 commit c3aca11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ struct LevelDataManager {
}
}
} catch {
print("Error decoding defaultLevels.json: \(error)")
}
return nil
}
Expand Down

0 comments on commit c3aca11

Please sign in to comment.