Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
poteto committed Oct 7, 2024
1 parent 38f70e3 commit 5e7d542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/packages/snap/src/sprout/evaluator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export function doEval(source: string): EvaluatorResult {
} else {
return {
kind: "exception",
value: e.stack,
value: e.message,
};
}
}
Expand Down

0 comments on commit 5e7d542

Please sign in to comment.