From e001ba59c56e6f321e396c2515ef738ffda1c43e Mon Sep 17 00:00:00 2001 From: Yuri Schwab Date: Thu, 19 Feb 2026 15:37:13 -0300 Subject: [PATCH] Bind commands to this instance (not prototype) so each driver instance uses its own powershell session --- lib/driver.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/driver.ts b/lib/driver.ts index 8e7a551..bf0da34 100644 --- a/lib/driver.ts +++ b/lib/driver.ts @@ -73,8 +73,10 @@ export class NovaWindowsDriver extends BaseDriver