Prefix core module imports with node:

This commit is contained in:
absidue
2021-10-28 19:40:19 +02:00
parent a13e588246
commit 90867b9430
9 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
import fs from 'fs';
import fs from 'node:fs';
let youtubeData: youtubeDataOptions;
if (fs.existsSync('.data/youtube.data')) {