18881: Fixes process state indicator, with tests.
[arvados-workbench2.git] / src / common / service-provider.ts
index 1362de9a7680ab82d5bddd473d3c1d3916b930fd..080916c55c3798d1e7e60507edff42503a9b95b0 100644 (file)
@@ -26,7 +26,7 @@ class ServicesProvider {
 
     public getServices() {
         if (!this.services) {
-            throw "Please check if services have been set in the index.ts before the app is initiated";
+            throw "Please check if services have been set in the index.ts before the app is initiated"; // eslint-disable-line no-throw-literal
         }
         return this.services;
     }