Skip to content

Commit

Permalink
Update util.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock authored Nov 21, 2021
1 parent 29217bd commit 5b1a790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ exports.getBooleanOption = (options, key) => {
return value;
};

exports.cppdb = Symbol();
exports.cppdb = 'cppdb';
exports.inspect = Symbol.for('nodejs.util.inspect.custom');

0 comments on commit 5b1a790

Please sign in to comment.