You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add a troubleshooting section to the Contributing > Common Commands doc
* Do not rely on global biome in justfile
* Modify autometrics/src/platform.node.ts to work in deno test env (import process)
* Add a test for infinite looping when readClosest cannot find a file in node.js
* Format files to appease biome
* Clean node modules from parcle transformer
* HACK - fix type issues with parcel-transformer when building
* Fix build-all and add utility for reloading deno cache
* Update changelog
* Bump version and update yarn lockfiles for examples
* Remove clean-all from build-all because ci does not have bash extensions we need
* Update contributing doc troubleshooting
// NOTE: Added this test as a quick way to cover the fix from #149 - fix an infinite loop which happens when autometrics is initialized in a node service without a git repository
6
+
awaitt.step(
7
+
"readClosest does not loop infinitely on nonexistent file",
0 commit comments