Skip to content

Commit 9fef7c8

Browse files
committed
Merge pull request kelektiv#73 from Y--/patch-1
Don't trash exports object if there is no time module
2 parents be18fb0 + 13040f5 commit 9fef7c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/cron.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ try {
66
exports = module.exports;
77
} catch (e) {
88
CronDate = Date;
9-
exports = null;
109
}
1110

1211
function CronTime(source, zone) {

0 commit comments

Comments
 (0)