nodejs / postject

Easily inject arbitrary read-only resources into executable formats (Mach-O, PE, ELF) and use it at runtime.
Other
187 stars 14 forks source link

Print a message when the build is successful #71

Closed mcollina closed 1 year ago

mcollina commented 1 year ago

Currently, postject can print warnings. In this case, it should notify the users that the command was successful.

Another option is to clearly specify what is a warning and what is an error.

tony-go commented 1 year ago

Let's do that; I'll take a look at it!