Skip to content

Commit

Permalink
Update lib/fs/promises.js
Browse files Browse the repository at this point in the history
Co-authored-by: Livia Medeiros <74449973+LiviaMedeiros@users.noreply.github.com>
  • Loading branch information
F3n67u and LiviaMedeiros authored May 25, 2022
1 parent 1e353ef commit 2caf0a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/fs/promises.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';

const dnsPromises = require('internal/fs/promises').exports;
dnsPromises.constants = require('fs').constants;
module.exports = dnsPromises;
const fsPromises = require('internal/fs/promises').exports;
fsPromises.constants = require('fs').constants;
module.exports = fsPromises;

0 comments on commit 2caf0a3

Please sign in to comment.