We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30daab3 commit 4f2a5f9Copy full SHA for 4f2a5f9
src/index.ts
@@ -31,7 +31,7 @@ const handler: MacroHandler = ({ references }) => {
31
}
32
33
if (isFloat(concurrency)) {
34
- throw concurrencyPath.buildCodeFrameError('Only value is accepted here');
+ throw concurrencyPath.buildCodeFrameError('Only integer value is accepted here');
35
36
37
function validateFunctionPath(nodePath: NodePath<any>): nodePath is NodePath<FunctionExpression | ArrowFunctionExpression> {
0 commit comments