Skip to content

Commit

Permalink
fix: performance not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamyplayer committed Oct 23, 2022
1 parent 17665a5 commit a900c6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import { bgBlue, cyan, green, red } from 'colorette';
import mkdir from 'mkdirp';
import ms from 'ms';
import { createWriteStream, existsSync, unlinkSync } from 'node:fs';
import { performance } from 'node:perf_hooks';
import { generator } from '../config.js';
import { getRan } from '../utils/GenFunctions.js';
import { compactMode, getRandomInt, wait } from '../utils/funtions.js';
import { getRan } from '../utils/GenFunctions.js';

const { length, amount, outfile } = generator;

Expand Down

0 comments on commit a900c6e

Please sign in to comment.