We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d903ef commit 0b3dfecCopy full SHA for 0b3dfec
.github/CHANGELOG.md
@@ -1,11 +1,8 @@
1
<!-- Changelog -->
2
# Changelog
3
4
-## v1.1.6
+## v1.1.7
5
6
### Added or Changed
7
-- Added support for following languages
8
- - Perl
9
- - Lua
10
- - Ruby
11
- - Haskell (with debugging support)
+- Better error handling
+- Better Code logic in handling if-else ladder
run
@@ -238,7 +238,7 @@ for arg in "$@"; do
238
echo
239
;;
240
"--version" | "v")
241
- echo "${cyan}code-runner ${white}version : ${yellow}1.2.0${white}"
+ echo "${cyan}code-runner ${white}version : ${yellow}1.1.7${white}"
242
243
244
"--cc="* | "-c="*)
0 commit comments