Skip to content

Commit

Permalink
Remove "Unknown outcome" error that was added by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ligee committed Jul 1, 2022
1 parent ffe6441 commit 9365e2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ open class Shell(val replConfiguration: ReplConfiguration,
is ResultValue.Error -> {
evalResultValue.renderError(System.err)
}
else -> error("Unknown outcome")
else -> {}
}
}

Expand Down

0 comments on commit 9365e2f

Please sign in to comment.