Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Mar 28, 2024
1 parent e7e4bbd commit 0ad839a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/services/cncengine/CNCEngine.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,8 @@ class CNCEngine {
console.log('Flash started for HAL');
try {
halFlasher.flash(data);
} catch (e) {
this.emit('flash:message', { type: 'Error', content: err});
} catch (err) {
this.emit('flash:message', { type: 'Error', content: err });
}
});
return;
Expand Down

0 comments on commit 0ad839a

Please sign in to comment.