sindresorhus/opn

Do you want to work on this issue?

You can request for a bounty in order to promote it!

Never call callback on Mac os #91

Lilipi posted onGitHub

Hello,

I've got a problem on Mac OS. Here is my code :

...
.then(function() {
    var opn = require('opn');
    return opn(url);
})
.then(function() {
         MessageService.success("Document ouvert");
         return;
     });

It works fine on Windows, but on Mac OS, the callback (messageService.success ...) is never called.

Can anyone help me ?

Thanks


Fund this Issue

$0.00
Funded
Only logged in users can fund an issue

Pull requests