Skip to content

Commit c65c363

Browse files
committed
Fix flycheck solidity executable for flycheck v32
1 parent b8ddfd6 commit c65c363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidity-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ Highlight the 1st result."
467467
(add-to-list 'flycheck-checkers 'solidity-checker)
468468
(add-hook 'solidity-mode-hook
469469
(lambda ()
470-
(let ((solidity-command (concat solidity-solc-path " " solidity-solc-extra-args)))
470+
(let ((solidity-command (concat solidity-solc-path)))
471471
(setq flycheck-solidity-checker-executable solidity-command)))))
472472

473473
(provide 'solidity-mode)

0 commit comments

Comments
 (0)