Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit cbb9561

Browse files
committed
Remove unused dependencies in log action
1 parent 1ae42dc commit cbb9561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action/log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function pushLogs(message) {
5959
}
6060

6161
class LogAction {
62-
constructor(store, ipc, printErrObj = true, FS, Share) {
62+
constructor(store, ipc, printErrObj = true) {
6363
_store = store;
6464
_ipc = ipc;
6565
_printErrObj = printErrObj;

0 commit comments

Comments
 (0)