We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending messages is working great.
But the listening example code:
const imessage = require("osa-imessage"); imessage.listen().on("message", (msg) => { console.log(msg); });
simply exits. Am I missing something?
~/dev/osa|⇒ node test.js This version of macOS (13.4.0) is currently untested with this version of osa-imessage. Proceed with caution. ~/dev/osa|⇒
The text was updated successfully, but these errors were encountered:
@aroth, you'll have to modify the source of this project to remove that check. It should still run fine, as per my tests.
Sorry, something went wrong.
No branches or pull requests
Sending messages is working great.
But the listening example code:
simply exits. Am I missing something?
The text was updated successfully, but these errors were encountered: