Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 1cea0d7

Browse files
author
nturgut
authored
Bug fix. Missing assignment in constructor. (#17)
1 parent 41f96bb commit 1cea0d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web_drivers/lib/firefox_driver_installer.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class FirefoxDriverInstaller {
3434
final YamlMap driverLock = DriverLock.instance.configuration;
3535
this.geckoDriverVersion = driverLock['gecko'] as String;
3636
}
37+
this.geckoDriverVersion = geckoDriverVersion;
3738
}
3839

3940
io.File driverDownload;

0 commit comments

Comments
 (0)