-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
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
Never call callback on Mac os #91
Comments
Probably related to #92. |
Hi, please any update? |
Still the same. On Windows my CLI app exits after I call opn, on macOS it waits and does not exit / return. |
Looks like the |
Try |
From the docs:
|
In hindsight, it would probably have been better to make the |
True, this came to my mind last night but that would be too late now as the opposite is the default now. |
The assumption in general is to have the same behavior on all platforms (which is not the case as for Windows we have to manually set some application name) and to be consistent by default (without any further configuration). And I think this is the reason why I and others tripped over this. And you are right, we should have read the docs and check the default values. |
Hello,
I've got a problem on Mac OS. Here is my code :
It works fine on Windows, but on Mac OS, the callback (messageService.success ...) is never called.
Can anyone help me ?
Thanks
The text was updated successfully, but these errors were encountered: