1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2025-01-10 05:17:35 +03:00

missing ;

This commit is contained in:
Adolfo Gómez García 2021-03-18 12:59:53 +01:00
parent a4358b95c0
commit fc26372e16

View File

@ -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);
}
});
}