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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
If the user hasn't otherwise specified a directory,
append NODE_EXEPATH_ICUDIR ( default: ../share/node/icu/ )
and set it as the ICU dir.
If we are in small-icu mode, ALSO actually verify the aforementioned
directory exists (thx libuv) and suppress loading the small-icu data
in that case.
(If we aren't in small-icu mode, there's no reason to incur the cost
of hitting the FS to check whether the directory exists or not at
startup time.)
If the user hasn't otherwise specified a directory,
append
NODE_EXEPATH_ICUDIR
( default: ../share/node/icu/ )and set it as the ICU dir.
If we are in
small-icu
mode, ALSO actually verify the aforementioneddirectory exists (thx libuv) and suppress loading the small-icu data
in that case.
(If we aren't in
small-icu
mode, there's no reason to incur the costof hitting the FS to check whether the directory exists or not at
startup time.)
// cc: @tjfontaine @misterdjules
see srl295/node/pull/22 especialy 12d619f for work in progress
The text was updated successfully, but these errors were encountered: