Skip to content

Commit

Permalink
chore: minor change (#2815)
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Aug 30, 2023
1 parent 50b0a33 commit 74efabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/nodes/null.js
Expand Up @@ -30,8 +30,8 @@ module.exports = class Null extends Node {
return 'null';
};

get inspect() {
return this.toString;
inspect() {
return 'null';
}

/**
Expand Down

0 comments on commit 74efabf

Please sign in to comment.