Skip to content

Commit

Permalink
feat: Updated packages/workflow/src/Expression.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 4, 2024
1 parent 88f084c commit 165617c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workflow/src/Expression.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class Expression {
}
}
return returnValue;
} catch (e) {
} catch (e: Error | any) {
throw new Error(`Expression is not valid: ${e.message}`);
}
}
Expand Down

0 comments on commit 165617c

Please sign in to comment.