Skip to content

Commit 359a7e6

Browse files
committed
organize imports
1 parent ff1126a commit 359a7e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/app-builder-lib/src/asar/asarUtil.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { CreateOptions, createPackageWithOptions } from "@electron/asar"
22
import { AsyncTaskManager, log } from "builder-util"
33
import { CancellationToken } from "builder-util-runtime"
4-
import { FileCopier, Filter, Link, MAX_FILE_REQUESTS, statOrNull } from "builder-util/out/fs"
5-
import * as fsNode from "fs"
4+
import { FileCopier, Filter, Link, MAX_FILE_REQUESTS } from "builder-util/out/fs"
65
import * as fs from "fs-extra"
76
import { mkdir, readlink, symlink } from "fs-extra"
87
import { platform } from "os"

0 commit comments

Comments
 (0)