mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: proxy_config_monitor_ is no longer used in BrowserContext (#22576)
* chore: proxy_config_monitor_ is no longer used in BrowserContext * chore: blow src cache to fix Windows CI
This commit is contained in:
@@ -3,7 +3,7 @@ const fs = require('fs')
|
||||
const path = require('path')
|
||||
|
||||
// Fallback to blow away old cache keys
|
||||
const HASH_VERSION = 2
|
||||
const HASH_VERSION = 3
|
||||
|
||||
// Base files to hash
|
||||
const filesToHash = [
|
||||
|
||||
Reference in New Issue
Block a user