1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00

Fix incomplete error message.

This commit is contained in:
Calvin Rose 2019-09-25 09:29:29 -05:00
parent bcb45157a8
commit 2becd196dd

View File

@ -148,7 +148,8 @@
(do (do
(if (os/getenv "INCLUDE") (break)) (if (os/getenv "INCLUDE") (break))
(error "Run jpm inside a Developer Command Prompt. (error "Run jpm inside a Developer Command Prompt.
jpm needs a c compiler to compile natives. You can install the MSVC compiler at ")) jpm needs a c compiler to compile natives. You can install the MSVC compiler from
microsoft.com"))
(do))) (do)))
# #