issues
search
log4js-node
/
streamroller
node.js file streams that roll over when they reach a maximum size, or a date/time.
MIT License
38
stars
19
forks
source link
fix: tilde expansion for windows
#165
Closed
lamweili
closed
1 year ago
lamweili
commented
1 year ago
Fixes #164
~
in
~/
or
~\
will be expanded to
os.homedir()
(
~
and
~filename
unaffected as these are valid filenames)
Fixes #164
~
in~/
or~\
will be expanded toos.homedir()
(~
and~filename
unaffected as these are valid filenames)