Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: add console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Santos committed Dec 6, 2019
1 parent 449bb01 commit 4683ba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/browser-script-tag/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
count++
}, 1000)
}, [], (result) => {
console.log('RESULT.VALUE', result.value)
if (result.value) {
throw new Error(result.value)
}
Expand Down

0 comments on commit 4683ba1

Please sign in to comment.