diff --git a/tools/lsp/squirrel/app/Main.hs b/tools/lsp/squirrel/app/Main.hs index 8f9699481..a431fd9ca 100644 --- a/tools/lsp/squirrel/app/Main.hs +++ b/tools/lsp/squirrel/app/Main.hs @@ -136,7 +136,7 @@ errorToDiag (Expected what instead (Range (sl, sc, _) (el, ec, _))) = (Just J.DsError) Nothing (Just "ligo-lsp") - (Text.pack [i|Expected ${what}|]) + (Text.pack [i|Expected #{what}|]) (Just $ J.List[]) where begin = J.Position (sl - 1) (sc - 1)