From 71de092a045dc70ab1c9eead477cf1512b144a87 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 12 Jan 2021 23:09:05 -0400 Subject: Raise error when trying to use deprecated fields/method/classes in JVM. --- compilers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilers.md') diff --git a/compilers.md b/compilers.md index 917c5909d..0b629ee08 100644 --- a/compilers.md +++ b/compilers.md @@ -135,7 +135,7 @@ cd ~/lux/lux-python/ \ cd ~/lux/lux-python/ \ && lein clean \ && time java -jar program.jar build --source ~/lux/lux-python/source --target ~/lux/lux-python/target --module program \ -&& mv target/program.js program.js +&& mv target/program.py program.py ``` ## Try -- cgit v1.2.3