Travis build: 1848 [cron]
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
const attempt = (fn, ...args) => {
|
||||
try {
|
||||
return fn(args);
|
||||
return fn(...args);
|
||||
} catch (e) {
|
||||
return e instanceof Error ? e : new Error(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user