Skip to content

Commit

Permalink
more logging pushes.
Browse files Browse the repository at this point in the history
I love ~~democracy~~CI
  • Loading branch information
McJones committed Feb 8, 2024
1 parent dd27c7e commit 3d6d5ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Editor/UnityLocalisationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ private static void CreateAndConfigureProject(string[] lines, string yarnName, s
// flagging it as needing save and reimport
EditorUtility.SetDirty(importer);
importer.SaveAndReimport();

// now open and read out the contents of the json
var json = File.ReadAllText($"{AssetPath}/{projectName}.yarnproject");
Debug.LogWarning(json);
}

public void Cleanup()
Expand Down

0 comments on commit 3d6d5ed

Please sign in to comment.