Skip to content

Commit

Permalink
$mol_file use stat, not buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Oct 21, 2024
1 parent 0de3bee commit ffacb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/server/server.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ namespace $ {
...build.bundleFiles([ bundle.path() , [ 'node' ] ])
]

for( const src of sources ) src.buffer()
for( const src of sources ) src.stat()
} catch (error) {
if ($mol_fail_catch(error)) {
this.$.$mol_log3_fail({
Expand Down

0 comments on commit ffacb3c

Please sign in to comment.