Skip to content

Commit 45bcbd7

Browse files
committed
Do not use file stamp parameter on node.js
1 parent 354177a commit 45bcbd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/io.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2671,6 +2671,9 @@ class TFile {
26712671
this.fAcceptRanges = false;
26722672
}
26732673

2674+
if (isNodeJs())
2675+
this.fUseStampPar = false;
2676+
26742677
const pos = Math.max(this.fURL.lastIndexOf('/'), this.fURL.lastIndexOf('\\'));
26752678
this.fFileName = pos >= 0 ? this.fURL.slice(pos + 1) : this.fURL;
26762679
}

0 commit comments

Comments
 (0)