Skip to content

Commit 712f7c9

Browse files
committed
exit with success
1 parent 5ef50e4 commit 712f7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ async function backup() {
274274

275275
// Complete script
276276
console.log('Backup completed!')
277-
shell.exit(1)
277+
shell.exit()
278278

279279
} catch (err) {
280280
throw new Error(err)

0 commit comments

Comments
 (0)