Skip to content

Commit 3c5f011

Browse files
authored
chore: fix linting error (#47)
1 parent 2ff7a3e commit 3c5f011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fiddle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class FiddleFactory {
5353
process.noAsar = true;
5454
await fs.copy(source, folder);
5555
// @ts-ignore
56-
process.noAsar = noAsar;
56+
process.noAsar = noAsar; // eslint-disable-line
5757

5858
return new Fiddle(path.join(folder, 'main.js'), source);
5959
}

0 commit comments

Comments
 (0)