mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Debugging code for bug 757632; r=me
This commit is contained in:
parent
5c02b0c61b
commit
173dd728bb
@ -35,6 +35,12 @@ let gAppTimer;
|
|||||||
let gProcess;
|
let gProcess;
|
||||||
let gActiveUpdate;
|
let gActiveUpdate;
|
||||||
|
|
||||||
|
// Debugging code: try to get the verbose output after 1100 seconds,
|
||||||
|
// to try to figure out bug 757632
|
||||||
|
do_timeout(1100 * 1000, function() {
|
||||||
|
do_throw("timed out");
|
||||||
|
});
|
||||||
|
|
||||||
// Override getUpdatesRootDir on Mac because we need to apply the update
|
// Override getUpdatesRootDir on Mac because we need to apply the update
|
||||||
// inside the bundle directory.
|
// inside the bundle directory.
|
||||||
function symlinkUpdateFilesIntoBundleDirectory() {
|
function symlinkUpdateFilesIntoBundleDirectory() {
|
||||||
|
Loading…
Reference in New Issue
Block a user