Skip to content

Commit

Permalink
lint no errors
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Feb 2, 2024
1 parent 8212b1c commit 7d2ffb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vcdrom.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const getHandler = (content, inst) => async readers => {

deso.hasHistory = true;
deso.isRO = true;
deso.updater = (str) => {
deso.updater = ( /* str */ ) => {
console.log('updater');
};

Expand Down

0 comments on commit 7d2ffb2

Please sign in to comment.