wesbaker / atom-docksend

MIT License
1 stars 1 forks source link

Problem with spaces in file name #1

Closed debugDS closed 8 years ago

debugDS commented 9 years ago

For whatever reason I could not make your package work when a space was in the file name. The solution : In file mac-open.js replace line 74 by return '\'' + value + '\'';

(I know it's a sub-module It's for posterity ;-)

wesbaker commented 9 years ago

Has mac-open updated it on their end?