testdriverai 7.2.42 → 7.2.44
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/lib/core/Dashcam.js +1 -0
- package/package.json +1 -1
package/lib/core/Dashcam.js
CHANGED
|
@@ -266,6 +266,7 @@ class Dashcam {
|
|
|
266
266
|
const apiRoot = this._getApiRoot();
|
|
267
267
|
|
|
268
268
|
if (this.client.os === 'windows') {
|
|
269
|
+
const dashcamPath = await this._getDashcamPath();
|
|
269
270
|
|
|
270
271
|
// Start dashcam record and redirect output with TD_API_ROOT
|
|
271
272
|
const outputFile = 'C:\\Users\\testdriver\\.dashcam-cli\\dashcam-start.log';
|