Skip to content

Commit

Permalink
(chore: comment) removed comment at line 55 (#354)
Browse files Browse the repository at this point in the history
Fixes #340
  • Loading branch information
eaquin1 authored and chazzmoney committed Nov 6, 2019
1 parent 49dce2c commit c64ed29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/register/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ function registerAction(options) {
throw new Error('name must be a string');
if (typeof options.do !== 'function')
throw new Error('do must be a function');
// Don't throw an error for not having an undo action,
// we will throw a warning only when a user performs a clean.

this.action[options.name] = {
do: options.do,
Expand Down

0 comments on commit c64ed29

Please sign in to comment.