mirror of
https://github.com/garrytan/gstack.git
synced 2026-07-12 02:36:34 +02:00
fix: update crash log path reference to .gstack/
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user