Fixes
This commit is contained in:
parent
78e3ffe82f
commit
d2b8b98f08
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
TMUXSetting != grep -c "cryptoworkbench" /etc/tmux.conf
|
TMUXSetting != grep -c "cryptoworkbench" /etc/tmux.conf
|
||||||
|
|
||||||
compile: clean /usr/bin/mcs analysis.csharp substitution.csharp caesarian.csharp cryptoworkbench.csharp
|
compile: clean /usr/bin/mcs analysis.csharp substitution.csharp caesarian.csharp cryptoworkbench.csharp
|
||||||
/usr/bin/mcs -out:cryptoworkbench.exe *.csharp
|
/usr/bin/mcs -out:cryptoworkbench.exe *.csharp 2>&1 | grep -v 'is assigned but its value is never used'
|
||||||
|
|
||||||
test: /usr/bin/mono compile
|
test: /usr/bin/mono compile
|
||||||
/usr/bin/mono cryptoworkbench.exe ./sample.txt
|
/usr/bin/mono cryptoworkbench.exe ./sample.txt
|
||||||
|
@ -274,6 +274,7 @@ namespace AniNIX.Crypto {
|
|||||||
try {
|
try {
|
||||||
workSpace = SwitchCases[command].RunCommand(this.workSpace,this.inputText,line);
|
workSpace = SwitchCases[command].RunCommand(this.workSpace,this.inputText,line);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
e.ToString();
|
||||||
Console.Error.WriteLine("Command not found.");
|
Console.Error.WriteLine("Command not found.");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user