Skip to content

Commit

Permalink
fs/promise fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vigan-abd committed Feb 18, 2022
1 parent 47c4ce9 commit 9914c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/host/signals/local_storage.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const { createWriteStream } = require('fs')
const { stat, mkdir } = require('fs/promises')
const { stat, mkdir } = require('fs').promises
const path = require('path')
const flatPromise = require('flat-promise')

Expand Down

0 comments on commit 9914c21

Please sign in to comment.