mirror of https://github.com/garrytan/gstack.git
fix: update crash log path reference to .gstack/
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
594bf32085
commit
63c6910fb9
|
|
@ -47,7 +47,7 @@ export class BrowserManager {
|
||||||
// Chromium crash → exit with clear message
|
// Chromium crash → exit with clear message
|
||||||
this.browser.on('disconnected', () => {
|
this.browser.on('disconnected', () => {
|
||||||
console.error('[browse] FATAL: Chromium process crashed or was killed. Server exiting.');
|
console.error('[browse] FATAL: Chromium process crashed or was killed. Server exiting.');
|
||||||
console.error('[browse] Console/network logs flushed to /tmp/browse-*.log');
|
console.error('[browse] Console/network logs flushed to .gstack/browse-*.log');
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue