Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit a535b97

Browse files
author
Sachin Maheshwari
committed
error handling...
1 parent fabfbec commit a535b97

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
@@ -64,7 +64,7 @@ module.exports.handle = async (event) => {
6464
await helper.sleep()
6565
}
6666
} catch (e) {
67-
console.error(`sync user's skills failed. Error: ${e.message}`)
67+
console.log(`sync user's skills failed. Error: ${e.message}`)
6868
}
6969
}
7070
}

0 commit comments

Comments
 (0)