Adds debugging utilities in dev/beta environments
This commit is contained in:
parent
ac50af52d2
commit
86488b97b9
13 changed files with 73 additions and 146 deletions
|
@ -1733,8 +1733,8 @@ async function sync(
|
|||
// We now know that we've successfully completed a storage service fetch
|
||||
await window.storage.put('storageFetchComplete', true);
|
||||
|
||||
if (window.Signal.CI) {
|
||||
window.Signal.CI.handleEvent('storageServiceComplete', {
|
||||
if (window.SignalCI) {
|
||||
window.SignalCI.handleEvent('storageServiceComplete', {
|
||||
manifestVersion: version,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue