You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ err:
TypeError: Cannot assign to read only property '0' of string '.git'
at getDirents (internal/fs/utils.js:143:18)
at Promise (internal/util.js:276:30)
at new Promise (<anonymous>)
at getDirents (internal/util.js:275:12)
at Object.readdir (internal/fs/promises.js:305:5) }
The problem happens when compiled from source or when installed from apt:
Package: nodejs
Version: 10.10.0-1nodesource1
Maintainer: Chris Lea <[email protected]>
The text was updated successfully, but these errors were encountered:
vsemozhetbyt
added
fs
Issues and PRs related to the fs subsystem / file system.
promises
Issues and PRs related to ECMAScript promises.
labels
Sep 13, 2018
I would expect the following to run without error
and produce output similar to that of:
However, the promise version prints this instead:
The problem happens when compiled from source or when installed from apt:
The text was updated successfully, but these errors were encountered: