Skip to content

Commit

Permalink
fix: debug checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Jul 29, 2023
1 parent 7383cb2 commit 0e7dc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgetsTemplates/list.widget.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class myWidget extends baseWidget(EventEmitter) {

getItemLogs (cb) {
console.log('getItemsLogs called!!!')
process.exit(55);
process.exit(55)
throw new Error('method getItemLogs not implemented')
}

Expand Down

0 comments on commit 0e7dc54

Please sign in to comment.