Merge pull request #1131 from urbit/ford-cast-print

corrects %ford %cast error messages
This commit is contained in:
Joe Bryan 2019-04-02 11:18:18 -07:00 committed by GitHub
commit 59dd853926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2678,7 +2678,7 @@
:_ message.u.input-result
:- %leaf
;: weld
"ford: %cast " (trip mark) "on [" (trip (scot %p ship.disc))
"ford: %cast " (trip mark) " on [" (trip (scot %p ship.disc))
" " (trip desk.disc) "] failed on input:"
==
::
@ -2699,7 +2699,7 @@
:_ message.u.translation-path-result
:- %leaf
;: weld
"ford: %cast " (trip mark) "on [" (trip (scot %p ship.disc))
"ford: %cast " (trip mark) " on [" (trip (scot %p ship.disc))
" " (trip desk.disc) "] failed:"
==
::