Skip to content

Commit

Permalink
removed throw (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenyus authored Dec 2, 2024
1 parent c398f93 commit f3b0bd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ class Interpreter
}
catch(e)
{
throw e;
}
}

Expand Down

0 comments on commit f3b0bd3

Please sign in to comment.