mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 22:48:41 -09:00
run linter
This commit is contained in:
parent
b52d8152bf
commit
850c66d1b6
1 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
* PR: https://github.com/kevva/executable/pull/10
|
||||
*/
|
||||
|
||||
import fs, {Stats} from "fs";
|
||||
import fs, {Stats} from 'fs';
|
||||
|
||||
export function isExecutable(fileStat: Stats): boolean {
|
||||
if (process.platform === 'win32') {
|
||||
|
|
@ -34,4 +34,4 @@ export function getBase64FileData(filePath: string): Promise<string|null> {
|
|||
return resolve(base64Data);
|
||||
});
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue