@effect/language-service 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -1510,7 +1510,7 @@ var unnecessaryEffectGen = createDiagnostic({
1510
1510
  brokenGenerators.forEach(
1511
1511
  (node) => effectDiagnostics.push({
1512
1512
  node,
1513
- category: ts.DiagnosticCategory.Warning,
1513
+ category: ts.DiagnosticCategory.Suggestion,
1514
1514
  messageText: `This Effect.gen is useless here because it only contains a single return statement.`
1515
1515
  })
1516
1516
  );