gologin 2.0.28 → 2.0.29
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/package.json
CHANGED
package/src/gologin.js
CHANGED
|
@@ -433,6 +433,7 @@ export class GoLogin {
|
|
|
433
433
|
profile_folder = await this.emptyProfileFolder();
|
|
434
434
|
await writeFile(this.profile_zip_path, profile_folder);
|
|
435
435
|
await this.extractProfile(profilePath, this.profile_zip_path);
|
|
436
|
+
await writeFile(pref_file_name, '{}');
|
|
436
437
|
}
|
|
437
438
|
|
|
438
439
|
const preferences_raw = await readFile(pref_file_name);
|
package/zero_profile.zip
CHANGED
|
Binary file
|