Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/is-core-module/test/index.js

    r0c6b92a r79a0317  
    9393                                libs = libs.concat('node:sea');
    9494                        }
     95                        if (semver.satisfies(process.version, '>= 23.4')) {
     96                                libs = libs.concat('node:sqlite');
     97                        }
    9598
    9699                        for (var i = 0; i < libs.length; ++i) {
Note: See TracChangeset for help on using the changeset viewer.