We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
===
==
1 parent 785b07a commit b897c79Copy full SHA for b897c79
src/utils/base64.ts
@@ -9,7 +9,7 @@ const isFilePromise = (file: string | Buffer): Promise<boolean> =>
9
if (err) {
10
reject(err);
11
}
12
- if (stats == undefined) {
+ if (stats === undefined) {
13
resolve(false);
14
15
resolve(stats.isFile());
0 commit comments