Skip to content

Commit 6be4068

Browse files
committed
update
1 parent 05c0557 commit 6be4068

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ if (sources) {
9898
})
9999
}
100100

101-
process.exit()
101+
setTimeout(function(){
102+
process.exit()
103+
}, 1000 * 60)
102104

103105

0 commit comments

Comments
 (0)