testdriverai 4.0.3 → 4.0.4
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/index.js +1 -1
- package/package.json +1 -1
- package/subimage/index.js +0 -0
package/index.js
CHANGED
|
@@ -827,7 +827,7 @@ const embed = async (file, depth) => {
|
|
|
827
827
|
// await sdk.auth();
|
|
828
828
|
|
|
829
829
|
let win = await system.activeWin();
|
|
830
|
-
terminalApp = win
|
|
830
|
+
terminalApp = win?.owner?.name || "";
|
|
831
831
|
|
|
832
832
|
// should be start of new session
|
|
833
833
|
sessionRes = await sdk.req('session/start', {
|
package/package.json
CHANGED
package/subimage/index.js
CHANGED
|
File without changes
|