We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688798d commit 17cda8dCopy full SHA for 17cda8d
1 file changed
lib/package/docs.js
@@ -215,7 +215,6 @@ export default class Docs {
215
216
data = JSON.parse( data );
217
218
- // XXX
219
fs.rmSync( this.locationPath + "/api", { "force": true, "recursive": true } );
220
fs.rmSync( this.locationPath + "/rpc", { "force": true, "recursive": true } );
221
0 commit comments