We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c7aa4 commit b6e1276Copy full SHA for b6e1276
src/backend/src/modules/web/WebServerService.js
@@ -242,7 +242,7 @@ class WebServerService extends BaseService {
242
if ( svc_devConsole ) svc_devConsole.add_widget(this.startup_widget);
243
} else {
244
const svc_devConsole = this.services.get('dev-console', { optional: true });
245
- svc_devConsole.notice({
+ if ( svc_devConsole ) svc_devConsole.notice({
246
colors: { bg: '38;2;0;0;0;48;2;0;202;252;1', bginv: '38;2;0;202;252' },
247
title: 'Puter is live!',
248
lines,
0 commit comments