Update node.js

This commit is contained in:
Rohit Paul 2023-08-30 03:25:27 +05:30 committed by GitHub
parent f0ca9cfbe6
commit a5e8d40faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
var fs = require("fs");
let fs = require("fs");
new Function("domprops", "exports", require("../tools/node").FILES.map(function(file) {
if (/exports\.js$/.test(file)) file = require.resolve("./exports");