fix typos
This commit is contained in:
parent
8cc7b8ad94
commit
afb3ed6976
@ -1281,8 +1281,8 @@ execute(app, PackageID, Meta, Dir, RunArgs) ->
|
||||
execute(lib, PackageID, Meta, Dir, RunArgs) ->
|
||||
ok = zx_daemon:pass_meta(Meta, Dir, RunArgs),
|
||||
Message =
|
||||
"Package ~ts is available on the system, but is not a standalone app.\n"
|
||||
"To exit, hit C-c C-c.".
|
||||
"Lib ~ts is available on the system, but is not a standalone app.\n"
|
||||
"To exit, hit C-c C-c.",
|
||||
{ok, PackageString} = zx_lib:package_string(PackageID),
|
||||
ok = tell(Message, [PackageString]).
|
||||
%init:stop().
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user