Add semicolon for tdd exports
This commit is contained in:
@ -5,4 +5,4 @@ return fn(args);
|
||||
return e instanceof Error ? e : new Error(e);
|
||||
}
|
||||
};
|
||||
module.exports = attempt
|
||||
module.exports = attempt;
|
||||
Reference in New Issue
Block a user