@midscene/core 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/es/utils.js CHANGED
@@ -58,7 +58,7 @@ function writeDumpFile(opts) {
58
58
  gitIgnorePath,
59
59
  `${gitIgnoreContent}
60
60
  # MidScene.js dump files
61
- ${logDirName}/midscene-report
61
+ ${logDirName}/report
62
62
  ${logDirName}/dump-logger
63
63
  `,
64
64
  "utf-8"