Skip to content

Commit 39e6cc1

Browse files
Benedikt Rötschaxe312ger
authored andcommitted
feat(success): output a clear success message when everything went well
1 parent d46974f commit 39e6cc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ export default function runContentfulImport (params) {
180180
throw multiError
181181
})
182182
}
183+
184+
console.log('The import was successful.')
185+
183186
return data
184187
})
185188
}

0 commit comments

Comments
 (0)