Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Sep 16, 2024
1 parent aaf096e commit 692caf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const _module = require('module');
const net = require('net');
const os = require('os');
const path = require('path');
const punycode = require('punycode');
const _process = require('process');
const querystring = require('querystring');
const readline = require('readline');
Expand All @@ -38,7 +39,6 @@ const util = require('util');
const vm = require('vm');
const zlib = require('zlib');
const nodeAssert = require('node:assert');
const punycode = require('punycode/');

console.log('assert', assert);
console.log('buffer', buffer);
Expand Down

0 comments on commit 692caf5

Please sign in to comment.