Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Windows 7 return_code: 4294967295 #109

Open
DudaGod opened this issue Sep 3, 2015 · 1 comment
Open

Windows 7 return_code: 4294967295 #109

DudaGod opened this issue Sep 3, 2015 · 1 comment

Comments

@DudaGod
Copy link

DudaGod commented Sep 3, 2015

Hello.
I get a next error "return_code: 4294967295" when try launch my notify message via Growl.
But I found a solution:
if I comment code on 90 line in file - grunt-notify\lib\platforms\growl-notify.js:

function createMessageArg(message) {
  return [
    // macOnly('-m'),
    message
  ];
}

It works for me =)

@rquadling
Copy link
Contributor

#113

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants