fix(logging): Fix log file naming to prevent collisions and update logging system documentation.

This commit is contained in:
2025-05-23 21:31:39 +00:00
parent a82fdc0f26
commit 53d3dc55e6
4 changed files with 35 additions and 5 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tstest',
version: '1.9.1',
version: '1.9.2',
description: 'a test utility to run tests that match test/**/*.ts'
}