File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
/* Dependencies */
6
- import fs from 'node:fs/promises ' ;
6
+ import { promises as fs } from 'node:fs' ;
7
7
import path from 'node:path' ;
8
8
import process from 'node:process' ;
9
9
import yargs from 'yargs' ;
Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
/* Dependencies */
6
- import fs from 'node:fs/promises ' ;
6
+ import { promises as fs } from 'node:fs' ;
7
7
import path from 'node:path' ;
8
8
9
9
import { console } from '../lib/Cluster.js' ;
Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
/* Dependencies */
6
- import fs from 'node:fs/promises ' ;
6
+ import { promises as fs } from 'node:fs' ;
7
7
import path from 'node:path' ;
8
8
9
9
import { console } from '../lib/Cluster.js' ;
Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
/* Dependencies */
6
- import fs from 'node:fs/promises ' ;
6
+ import { promises as fs } from 'node:fs' ;
7
7
import path from 'node:path' ;
8
8
9
9
import { console } from '../lib/Cluster.js' ;
Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
/* Dependencies */
6
- import fs from 'node:fs/promises ' ;
6
+ import { promises as fs } from 'node:fs' ;
7
7
import path from 'node:path' ;
8
8
9
9
import { console } from '../lib/Cluster.js' ;
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
/* Dependencies */
9
- import fs from 'node:fs/promises ' ;
9
+ import { promises as fs } from 'node:fs' ;
10
10
import path from 'node:path' ;
11
11
import _ from 'underscore' ;
12
12
import SaplingError from '../../lib/SaplingError.js' ;
Original file line number Diff line number Diff line change 11
11
12
12
/* Require native clustering bits */
13
13
import cluster from 'node:cluster' ;
14
- import fs from 'node:fs/promises ' ;
14
+ import { promises as fs } from 'node:fs' ;
15
15
import os from 'node:os' ;
16
16
import path from 'node:path' ;
17
17
import process from 'node:process' ;
You can’t perform that action at this time.
0 commit comments