nativescript-background-fetch icon indicating copy to clipboard operation
nativescript-background-fetch copied to clipboard

JS ERROR Error: Actual arguments count: "1". Expected: "0"

Open faspadaro opened this issue 8 years ago • 0 comments

I tried to restart background-fetch again removing comment in BackgroundFetch.start(() => { ... }, (status) { ...}); but syntax error occurs. I just fix it with (status) => but runtime error occurs with above message.

faspadaro avatar Oct 31 '17 18:10 faspadaro