mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2025-01-10 05:17:35 +03:00
missing ;
This commit is contained in:
parent
a4358b95c0
commit
fc26372e16
@ -107,7 +107,7 @@ export class Plugin {
|
||||
this.delay
|
||||
);
|
||||
} else { // error
|
||||
this.api.gui.alert(django.gettext('Error launching service'), data.error)
|
||||
this.api.gui.alert(django.gettext('Error launching service'), data.error);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user