Skip to content

Commit 5048c83

Browse files
authored
remove added convert method (#253)
1 parent ef1e2ed commit 5048c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LanguageServer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import CSTParser: contributes_scope
1111
import Tokenize.Tokens, Tokenize.Tokens.untokenize
1212

1313
# TODO: remove pending fix in Base
14-
Base.convert(AssertionError, x::String) = AssertionError(x)
14+
# Base.convert(AssertionError, x::String) = AssertionError(x)
1515

1616
const LeafNodes = Union{IDENTIFIER,KEYWORD,LITERAL,OPERATOR,PUNCTUATION}
1717

0 commit comments

Comments
 (0)