We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fab89 commit 99d9916Copy full SHA for 99d9916
lib/config.js
@@ -44,7 +44,7 @@ module.exports = class Config {
44
debug('visited: ', this.visited);
45
}
46
47
- clone() {
+ clone () {
48
return new Config(this);
49
50
};
0 commit comments